AudioFile.SetProperty(AudioFileProperty, Int32, IntPtr) 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 value of the specified property
to propertyData
, which must have the size that is specified in dataSize
.
public bool SetProperty (AudioToolbox.AudioFileProperty property, int dataSize, IntPtr propertyData);
member this.SetProperty : AudioToolbox.AudioFileProperty * int * nativeint -> bool
Parameters
- property
- AudioFileProperty
- dataSize
- Int32
- propertyData
-
IntPtr
nativeint