AudioEncodingProperties.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 the media format user data.
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[]
The media data to set.