AudioFileRegion.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.
Get the element at the specified 0-based index.
public AudioToolbox.AudioFileMarker this[int index] { get; }
member this.Item(int) : AudioToolbox.AudioFileMarker
Parameters
- index
- Int32
The 0-based index to return.
Property Value
The element at the specified 0-based index.