TimedMetadataEncodingProperties.SetFormatUserData(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.
Sets information about the metadata encoding that is specific to the format type.
public:
virtual void SetFormatUserData(Platform::Array <byte> ^ value) = SetFormatUserData;
void SetFormatUserData(winrt::array_view <byte> const& value);
public void SetFormatUserData(byte[] value);
function setFormatUserData(value)
Public Sub SetFormatUserData (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).