Click or drag to resize
VideoFrameType Enumeration
Video frame types.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public enum VideoFrameType
Members
  Member nameValueDescription
Unknown0 Unknown frame type
IFrame1 Intra frame
PFrame2 Predictive frame
BFrame3 Bi-predictive frame
SFrame4 MPEG-4 sprite frame
Configuration5 Decoder specific configuration data or frame
See Also