AudioFile.GetProperty 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.
Overloads
GetProperty(AudioFileProperty, Int32) |
Returns the value of the specified audio property, and stores the number of bytes allocated to store it in |
GetProperty(AudioFileProperty, Int32, IntPtr) |
Returns the value of the specified audio property, stores it in |
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
- property
- AudioFileProperty
- size
- Int32
Returns
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
- property
- AudioFileProperty
- dataSize
- Int32
- outdata
-
IntPtr
nativeint