AudioFile.GetProperty Method

Definition

Overloads

GetProperty(AudioFileProperty, Int32)

Returns the value of the specified audio property, and stores the number of bytes allocated to store it in size.

GetProperty(AudioFileProperty, Int32, IntPtr)

Returns the value of the specified audio property, stores it in outData, and stores the number of bytes allocated to store it in dataSize.

GetProperty(AudioFileProperty, Int32)

Returns the value of the specified audio property, and stores the number of bytes allocated to store it in size.

public IntPtr GetProperty (AudioToolbox.AudioFileProperty property, out int size);
member this.GetProperty : AudioToolbox.AudioFileProperty *  -> nativeint

Parameters

size
Int32

Returns

IntPtr

nativeint

Applies to

GetProperty(AudioFileProperty, Int32, IntPtr)

Returns the value of the specified audio property, stores it in outData, and stores the number of bytes allocated to store it in dataSize.

public bool GetProperty (AudioToolbox.AudioFileProperty property, ref int dataSize, IntPtr outdata);
member this.GetProperty : AudioToolbox.AudioFileProperty *  * nativeint -> bool

Parameters

dataSize
Int32
outdata
IntPtr

nativeint

Returns

Applies to