Click or drag to resize
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.Decoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public enum Encapsulation
Members
  Member nameValueDescription
Undefined0 The encapsulation is undefined. This is the default value and should not be used.
StartCodes1 The stream contains start-codes or sync words/structures.
AccessUnit2 The stream is encapsulated into MPEG-4 access units.
Raw3 The stream contains raw frames.
See Also