|
STATUS | createRealtimeVideoStreamInfoProvider (PCHAR streamName, UINT64 retention, UINT64 bufferDuration, PStreamInfo *ppStreamInfo) |
|
STATUS | createOfflineVideoStreamInfoProvider (PCHAR streamName, UINT64 retention, UINT64 bufferDuration, PStreamInfo *ppStreamInfo) |
|
STATUS | createRealtimeAudioVideoStreamInfoProvider (PCHAR streamName, UINT64 retention, UINT64 bufferDuration, PStreamInfo *ppStreamInfo) |
|
STATUS | createOfflineAudioVideoStreamInfoProvider (PCHAR streamName, UINT64 retention, UINT64 bufferDuration, PStreamInfo *ppStreamInfo) |
|
STATUS | createRealtimeVideoStreamInfoProviderWithCodecs (PCHAR streamName, UINT64 retention, UINT64 bufferDuration, VIDEO_CODEC_ID videoCodecId, PStreamInfo *ppStreamInfo) |
|
STATUS | createOfflineVideoStreamInfoProviderWithCodecs (PCHAR streamName, UINT64 retention, UINT64 bufferDuration, VIDEO_CODEC_ID videoCodecId, PStreamInfo *ppStreamInfo) |
|
STATUS | createRealtimeAudioVideoStreamInfoProviderWithCodecs (PCHAR streamName, UINT64 retention, UINT64 bufferDuration, VIDEO_CODEC_ID videoCodecId, AUDIO_CODEC_ID audioCodecId, PStreamInfo *ppStreamInfo) |
|
STATUS | createOfflineAudioVideoStreamInfoProviderWithCodecs (PCHAR streamName, UINT64 retention, UINT64 bufferDuration, VIDEO_CODEC_ID videoCodecId, AUDIO_CODEC_ID audioCodecId, PStreamInfo *ppStreamInfo) |
|
STATUS | createRealtimeAudioStreamInfoProviderWithCodecs (PCHAR streamName, UINT64 retention, UINT64 bufferDuration, AUDIO_CODEC_ID audioCodecId, PStreamInfo *ppStreamInfo) |
|
STATUS | createOfflineAudioStreamInfoProviderWithCodecs (PCHAR streamName, UINT64 retention, UINT64 bufferDuration, AUDIO_CODEC_ID audioCodecId, PStreamInfo *ppStreamInfo) |
|
STATUS | freeStreamInfoProvider (PStreamInfo *ppStreamInfo) |
|
STATUS | createVideoTrackInfo (VIDEO_CODEC_ID videoCodecId, PCHAR contentType, PTrackInfo pTrackInfo) |
|
STATUS | createAudioTrackInfo (AUDIO_CODEC_ID audioCodecId, PCHAR contentType, PTrackInfo pTrackInfo, UINT32 audioTrackId) |
|
STATUS | setStreamInfoDefaults (STREAMING_TYPE streamingType, UINT64 retention, UINT64 bufferDuration, UINT32 trackCount, PStreamInfo pStreamInfo, PTrackInfo pTrackInfo) |
|
STATUS | createVideoStreamInfo (STREAMING_TYPE streamingType, VIDEO_CODEC_ID videoCodecId, PCHAR streamName, UINT64 retention, UINT64 bufferDuration, PStreamInfo *ppStreamInfo) |
|
STATUS | createAudioVideoStreamInfo (STREAMING_TYPE streamingType, VIDEO_CODEC_ID videoCodecId, AUDIO_CODEC_ID audioCodecId, PCHAR streamName, UINT64 retention, UINT64 bufferDuration, PStreamInfo *ppStreamInfo) |
|
STATUS | createAudioStreamInfo (STREAMING_TYPE streamingType, AUDIO_CODEC_ID audioCodecId, PCHAR streamName, UINT64 retention, UINT64 bufferDuration, PStreamInfo *ppStreamInfo) |
|
STATUS | setStreamInfoBasedOnStorageSize (UINT32 storageSize, UINT64 avgBitrate, UINT32 totalStreamCount, PStreamInfo pStreamInfo) |
|