Encapsulation Enumeration |
Values that represent the type of encapsulation that audio or video frames have. It is
important to initialize decoders with the correct type of encapsulation.
Namespace: StreamCoders.DecoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public enum Encapsulation
Public Enumeration Encapsulation
public enum class Encapsulation
Members
| Member name | Value | Description |
---|
| Undefined | 0 |
The encapsulation is undefined. This is the default value and should not be used.
|
| StartCodes | 1 |
The stream contains start-codes or sync words/structures.
|
| AccessUnit | 2 |
The stream is encapsulated into MPEG-4 access units.
|
| Raw | 3 |
The stream contains raw frames.
|
See Also