AudioFileStream.SetProperty(AudioFileStreamProperty, 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.
Low-level property setting API. Use the exposed managed properties instead.
public bool SetProperty (AudioToolbox.AudioFileStreamProperty property, int dataSize, IntPtr propertyData);
member this.SetProperty : AudioToolbox.AudioFileStreamProperty * int * nativeint -> bool
Parameters
- property
- AudioFileStreamProperty
The property to set.
- dataSize
- Int32
The size of the data to set.
- propertyData
-
IntPtr
nativeint
Pointer to the property data.
Returns
true if the operation successful.
Remarks
Most properties have been exposed with C# properties, there should be no need to call this directly, unless new properties are introduced that are not bound by MonoTouch.