AudioFileStream.SetProperty(AudioFileStreamProperty, Int32, IntPtr) Method

Definition

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.

Applies to