StreamSources Enumeration |
Namespace: StreamCoders.Decoder
Member name | Value | Description | |
---|---|---|---|
NETWORK_RTP | 0 | Indicating that frames were packetized for RTP transport. | |
NETWORK_OTHER | 1 | Indicates the frames were packetized to be suitable for network transport. For H.264 this means NAL-Unit plus startcodes are expected and the scraping of frames (early release from deferred buffer) will be disabled. | |
FILE_MP4 | 2 | Indicates the frames originate from an MP4 container. Expected encapsulation (if any) are access units. | |
FILE_AVI | 3 | Indicates the frames originate from an AVI container. Expected encapsulation (if any) are access units. | |
FILE_FLV | 4 | Indicates the frames originate from an AVI container. Expected encapsulation (if any) are access units. | |
FILE_OTHER | 5 | Indicates the frames originate from an unknown container. Expected encapsulation (if any) are NAL-Units plus startcodes. |