Win32.MF_CUSTOM_DECODE_UNIT_TYPE enumeration

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Specifies the type of unit contained in an IMFSample in a MFSampleExtension_ForwardedDecodeUnits collection.

Syntax


var Win32.MF_CUSTOM_DECODE_UNIT_TYPE = {
  mF_DECODE_UNIT_NAL : 0, 
  mF_DECODE_UNIT_SEI : 1
}

Members

The MF_CUSTOM_DECODE_UNIT_TYPE enumeration has these members.

MemberValueDescription
MF_DECODE_UNIT_NAL 0

The unit type is network abstraction layer unit (NALU).

MF_DECODE_UNIT_SEI 1

The unit type is Supplemental Enhancement Information (SEI).

Remarks

Requirements

Minimum supported client

Windows 10, version 1709 [desktop apps only]

Minimum supported server

Windows Server 2016 [desktop apps only]

Namespace

Win32

Header

Mfapi.h

 

 

Show: