Represents audio-specific media intent. More...
Public Member Functions | |
| AudioIntent () | |
| Initializes a new instance of the AudioIntent class. More... | |
Public Member Functions inherited from fm.liveswitch.MediaIntent | |
| long | getBitrate () |
| Gets the target output bitrate, in kbps. More... | |
| boolean | getIsVideo () |
| Gets whether this intent is for video media. More... | |
| fm.liveswitch.StreamDirection | getLocalDirection () |
| Gets the local stream direction. More... | |
| String | serialize () |
| Serializes the media intent to a string format. More... | |
| void | setBitrate (long value) |
| Sets the target output bitrate, in kbps. More... | |
| void | setLocalDirection (fm.liveswitch.StreamDirection value) |
| Sets the local stream direction. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from fm.liveswitch.MediaIntent | |
| static fm.liveswitch.MediaIntent | parse (String media) |
| Parses a media intent string into a MediaIntent object. More... | |
Protected Member Functions inherited from fm.liveswitch.MediaIntent | |
| MediaIntent () | |
| Initializes a new instance of the MediaIntent class. More... | |
| void | setIsVideo (boolean value) |
| Sets whether this intent is for video media. More... | |
Represents audio-specific media intent.
| fm.liveswitch.AudioIntent.AudioIntent | ( | ) |
Initializes a new instance of the AudioIntent class.