AudioBuffers.Item[Int32] Property
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 specified AudioBuffer.
public AudioToolbox.AudioBuffer this[int index] { get; set; }
member this.Item(int) : AudioToolbox.AudioBuffer with get, set
Parameters
- index
- Int32
Index of the AudioBuffer that you want to retrieve.