AudioFile.GetPropertyInfo(AudioFileProperty, Int32, Int32) 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.
Returns the value of the specified audio property, and stores the number of bytes allocated to store it in size
, and indicates whether the value is writeable.
public bool GetPropertyInfo (AudioToolbox.AudioFileProperty property, out int size, out int writable);
member this.GetPropertyInfo : AudioToolbox.AudioFileProperty * * -> bool
Parameters
- property
- AudioFileProperty
- size
- Int32
- writable
- Int32