DecoderSpecificDataOutputType Enumeration |
Namespace: StreamCoders
Member name | Value | Description | |
---|---|---|---|
Storage | 0 |
Indicates that the data structure to be returned should be in storage type format.
For H.264 and H.265 these will be (H)AVCConfigurationRecord For all other codecs Storage and Stream have the same meaning. | |
Stream | 1 |
Indicates that the data structure to be returned should be in a raw unstructured form.
For H.264 and H.265 these will be (VPS)/SPS/PPS For all other codecs Storage and Stream have the same meaning. | |
StreamEscaped | 2 |
Indicates that the data structure to be returned should be in a raw but escaped form.
For H.264 this means start codes. For all other codecs Stream and StreamEscaped are identical |