MFSampleExtension_PacketCrossOffsets attribute
Specifies the offsets to the payload boundaries in a frame for protected samples.
Data type
Byte array
Get/set
To get this attribute, call IMFAttributes::GetBlob.
To set this attribute, call IMFAttributes::SetBlob.
Applies to
IMFSampleRemarks
This attribute applies to media samples protected by Windows Media Digital Rights Management (DRM). The value of the attribute is an array of DWORDs. Each entry in the array is the offset of a payload boundary, relative to the start of the frame. An application can use these values when decrypting and reconstructing the frames.
The GUID constant for this attribute is exported from mfuuid.lib.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
See also