Méthode | Description | |
---|---|---|
createStream ( $transport, $hubName, $title = NULL, $publishKey = NULL, $publishSecurity = NULL ) | ||
getStream ( $transport, $streamId ) | ||
listStreams ( $transport, $hubName, $marker = NULL, $limit = NULL, $title = NULL, $status = NULL, $idonly = NULL ) | ||
streamAvailable ( $transport, $streamId, $available, $disabledTill = NULL ) | ||
streamDelete ( $transport, $streamId ) | ||
streamSaveAs ( $transport, $streamId, $name, $format = NULL, $start = NULL, $end = NULL, $notifyUrl = NULL, $pipeline = NULL ) | ||
streamSegments ( $transport, $streamId, $startTime = NULL, $endTime = NULL, $limit = NULL ) | ||
streamSnapshot ( $transport, $streamId, $name, $format, $time = NULL, $notifyUrl = NULL, $pipeline = NULL ) | ||
streamStatus ( $transport, $streamId ) | ||
streamUpdate ( $transport, $streamId, $options = [] ) |
Méthode | Description | |
---|---|---|
_getApiBaseUrl ( ) |
public static createStream ( $transport, $hubName, $title = NULL, $publishKey = NULL, $publishSecurity = NULL ) |
public static listStreams ( $transport, $hubName, $marker = NULL, $limit = NULL, $title = NULL, $status = NULL, $idonly = NULL ) |
public static streamAvailable ( $transport, $streamId, $available, $disabledTill = NULL ) |
public static streamSaveAs ( $transport, $streamId, $name, $format = NULL, $start = NULL, $end = NULL, $notifyUrl = NULL, $pipeline = NULL ) |
public static streamSegments ( $transport, $streamId, $startTime = NULL, $endTime = NULL, $limit = NULL ) |
public static streamSnapshot ( $transport, $streamId, $name, $format, $time = NULL, $notifyUrl = NULL, $pipeline = NULL ) |
public static streamUpdate ( $transport, $streamId, $options = [] ) |