Represents audio-specific media intent. More...
Instance Methods | |
| (instancetype) | - init |
| Initializes a new instance of the AudioIntent class. More... | |
Instance Methods inherited from FMLiveSwitchMediaIntent | |
| (long long) | - bitrate |
| Gets the target output bitrate, in kbps. More... | |
| (bool) | - isVideo |
| Gets whether this intent is for video media. More... | |
| (FMLiveSwitchStreamDirection) | - localDirection |
| Gets the local stream direction. More... | |
| (NSString *) | - serialize |
| Serializes the media intent to a string format. More... | |
| (void) | - setBitrate: |
| Sets the target output bitrate, in kbps. More... | |
| (void) | - setLocalDirection: |
| Sets the local stream direction. More... | |
Class Methods | |
| (FMLiveSwitchAudioIntent *) | + audioIntent |
| Initializes a new instance of the AudioIntent class. More... | |
Class Methods inherited from FMLiveSwitchMediaIntent | |
| (FMLiveSwitchMediaIntent *) | + mediaIntent |
| Initializes a new instance of the MediaIntent class. More... | |
| (FMLiveSwitchMediaIntent *) | + parseWithMedia: |
| Parses a media intent string into a MediaIntent object. More... | |
Represents audio-specific media intent.
| + (FMLiveSwitchAudioIntent*) audioIntent |
Initializes a new instance of the AudioIntent class.
| - (instancetype) init |
Initializes a new instance of the AudioIntent class.
Implements FMLiveSwitchMediaIntent.