Defines valid SDP media types. More...
Static Public Member Functions | |
| static String | fromStreamType (fm.liveswitch.StreamType streamType) |
| Convert a StreamType enum to an SDP media type. More... | |
| static String | getApplication () |
| Gets the SDP media type meaning "Application". More... | |
| static String | getAudio () |
| Gets the SDP media type meaning "Audio". More... | |
| static String | getMessage () |
| Gets the SDP media type meaning "Message". More... | |
| static String | getText () |
| Gets the SDP media type meaning "Text". More... | |
| static String | getVideo () |
| Gets the SDP media type meaning "Video". More... | |
| static fm.liveswitch.StreamType | toStreamType (String mediaType) |
| Converts an SDP media type to a StreamType enum. More... | |
Defines valid SDP media types.
|
static |
Convert a StreamType enum to an SDP media type.
| streamType | The StreamType enum. |
|
static |
Gets the SDP media type meaning "Application".
|
static |
Gets the SDP media type meaning "Audio".
|
static |
Gets the SDP media type meaning "Message".
|
static |
Gets the SDP media type meaning "Text".
|
static |
Gets the SDP media type meaning "Video".
|
static |
Converts an SDP media type to a StreamType enum.
| mediaType | The SDP media type. |