AudioEncodingProperties.GetFormatUserData(Byte[]) Method

Definition

Gets the media format user data.

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[]

Receives the media format data.

Applies to