PHP 클래스 Pili\Stream

파일 보기 프로젝트 열기: pili-engineering/pili-sdk-php

공개 메소드들

메소드 설명
__construct ( $transport, $streamData = [] )
__get ( $property )
__set ( $property, $value )
delete ( )
disable ( $disabledTill = NULL )
enable ( )
hlsLiveUrls ( ) --------------------------------------------------------------------------------
hlsPlaybackUrls ( $start, $end ) --------------------------------------------------------------------------------
httpFlvLiveUrls ( ) --------------------------------------------------------------------------------
rtmpLiveUrls ( ) --------------------------------------------------------------------------------
rtmpPublishUrl ( ) -------------------------------------------------------------------------------
saveAs ( $name, $format = NULL, $start = NULL, $end = NULL, $notifyUrl = NULL, $pipeline = NULL )
segments ( $start = NULL, $end = NULL, $limit = NULL )
snapshot ( $name, $format, $time = NULL, $notifyUrl = NULL, $pipeline = NULL )
status ( )
toJSONString ( )
update ( )

비공개 메소드들

메소드 설명
_publishDynamicToken ( $nonce )
_rtmpPublishBaseUrl ( )
_rtmpPublishDynamicUrl ( )
_rtmpPublishStaticUrl ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $transport, $streamData = [] )

__get() 공개 메소드

public __get ( $property )

__set() 공개 메소드

public __set ( $property, $value )

delete() 공개 메소드

public delete ( )

disable() 공개 메소드

public disable ( $disabledTill = NULL )

enable() 공개 메소드

public enable ( )

hlsLiveUrls() 공개 메소드

--------------------------------------------------------------------------------
public hlsLiveUrls ( )

hlsPlaybackUrls() 공개 메소드

--------------------------------------------------------------------------------
public hlsPlaybackUrls ( $start, $end )

httpFlvLiveUrls() 공개 메소드

--------------------------------------------------------------------------------
public httpFlvLiveUrls ( )

rtmpLiveUrls() 공개 메소드

--------------------------------------------------------------------------------
public rtmpLiveUrls ( )

rtmpPublishUrl() 공개 메소드

-------------------------------------------------------------------------------
public rtmpPublishUrl ( )

saveAs() 공개 메소드

public saveAs ( $name, $format = NULL, $start = NULL, $end = NULL, $notifyUrl = NULL, $pipeline = NULL )

segments() 공개 메소드

public segments ( $start = NULL, $end = NULL, $limit = NULL )

snapshot() 공개 메소드

public snapshot ( $name, $format, $time = NULL, $notifyUrl = NULL, $pipeline = NULL )

status() 공개 메소드

public status ( )

toJSONString() 공개 메소드

public toJSONString ( )

update() 공개 메소드

public update ( )