class DJISpeakerState
@interface DJISpeakerState : NSObject
|
Header: | DJISpeaker.h |
Inherits From: | NSObject |
Description:
State of the speaker accessory.
Class Members:
property volume
@property (nonatomic, readonly) NSUInteger volume
|
Description:
The volume of the speaker to play audio.
property playingState
@property (nonatomic, readonly) DJISpeakerPlayingState playingState
|
Description:
The audio playing state.
See Also:
DJISpeakerPlayingState
property playingMode
@property (nonatomic, readonly) DJISpeakerPlayMode playingMode
|
Description:
The playing mode of the speaker.
See Also:
DJISpeakerPlayMode
property playingIndex
@property (nonatomic, readonly) NSInteger playingIndex
|
Description:
The index of the audio media file being played. If the speaker is not playing any files, -1 will be returned.
Audio Storage Location
property
property audioStorageLocation
@property (nonatomic, readonly) DJIAudioStorageLocation audioStorageLocation
|
Description:
The storage location of the file that is being played by the speaker.
See Also:
DJIAudioStorageLocation