|
STANAG 4609 Streamer .Net SDK
Version 1.09
|
Streamer Source definition. More...
Public Member Functions | |
| StreamerSource (string path, TimeSpan start, TimeSpan stop, int bitrate, int avgBitrate=0) | |
| StreamerSource (string path, TimeSpan start, TimeSpan stop, bool VBR, int pcrPid) | |
Properties | |
| string | SegmentPath [get, set] |
| Source Segment path. | |
| TimeSpan | SegmentStart [get, set] |
| Segment Start offset. | |
| TimeSpan | SegmentStop [get, set] |
| Segment Stop offset. if set to TimeSpan.Zero the segments will be streamed till the end. | |
| int | Bitrate [get, set] |
| Segment bitrate. If set 0, it will be calculated during the initialization. | |
| int | AverageBitrate [get, set] |
| Segment average bitrate. Same as Bitrate for CBR streams. | |
| int | PcrPid [get, set] |
| Segment PcrPid. If set 0 or -1 and VBR mode is set, it will be calculated during the initialization. | |
| bool | fPlayTillTheEnd [get, set] |
StreamerSource defines StreamerSource parameters