The format of the audio in the buffer.
SDKs
- iOS 10.0+
- macOS 10.12+
- Mac Catalyst 13.0+
- tvOS 10.0+
- watchOS 3.0+
Framework
- AVFoundation
Declaration
@property(readonly) AVAudio Format *format;
The format of the audio in the buffer.
SDKs
Framework
@property(readonly) AVAudio Format *format;
number Of Channels
The number of audio channels in the sound associated with the audio player.
channel Assignments
An array of AVAudio
objects associated with the audio player
duration
The total duration, in seconds, of the sound associated with the audio player.
current Time
The playback point, in seconds, within the timeline of the sound associated with the audio player.
device Current Time
The time value, in seconds, of the audio output device.
url
The URL for the sound associated with the audio player.
data
The data object containing the sound associated with the audio player.
current Device
The UID of the current audio player.