TStreamingSettingLocation
type
TStreamingSettingLocation = ( ssl_MpegVideoEncoder, ssl_MpegAudioEncoder, ssl_MpegMultiplexer, ssl_MpegStreamingServer, ssl_MpegStreamingServer2, ssl_MpegVideoDecoder, ssl_MpegAudioDecoder, ssl_MpegDemultiplexer, ssl_MpegStreamingClient );
Identifies which element of the streaming pipeline a streaming setting applies to.
| Value | Description |
|---|---|
ssl_MpegVideoEncoder |
the MPEG video encoder |
ssl_MpegAudioEncoder |
the MPEG audio encoder |
ssl_MpegMultiplexer |
the MPEG multiplexer |
ssl_MpegStreamingServer |
the MPEG streaming server |
ssl_MpegStreamingServer2 |
the second MPEG streaming server |
ssl_MpegVideoDecoder |
the MPEG video decoder |
ssl_MpegAudioDecoder |
the MPEG audio decoder |
ssl_MpegDemultiplexer |
the MPEG demultiplexer |
ssl_MpegStreamingClient |
the MPEG streaming client |