TimedMetadataEncodingProperties.GetFormatUserData(Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets information about the metadata encoding that is specific to the format type.
void GetFormatUserData([Out] winrt::array_view <byte> const& & value);
public void GetFormatUserData(out byte[] value);
Public Sub GetFormatUserData (ByRef value As Byte())
Parameters
- value
-
Byte[]
byte[]
A byte array containing format-specific encoding information.
Remarks
For MP4 files, the format specific data is stored in the SampleDescription box (stsd).