A stream description. More...
Public Member Functions | |
| fm.liveswitch.sdp.MediaDescription | getMediaDescription () |
| Gets the media description associated with this stream. More... | |
| String | getMediaDescriptionIdentifier () |
| Gets the mid associated with this stream, if present. More... | |
| fm.liveswitch.StreamType | getStreamType () |
| Gets the stream type. More... | |
| void | setMediaDescription (fm.liveswitch.sdp.MediaDescription value) |
| Sets the media description associated with this stream. More... | |
| StreamDescription (fm.liveswitch.sdp.MediaDescription description) | |
| Creates a new StreamDescription object. More... | |
A stream description.
| fm.liveswitch.StreamDescription.StreamDescription | ( | fm.liveswitch.sdp.MediaDescription | description | ) |
Creates a new StreamDescription object.
| description | SDP MediaDescription of the stream. |
| fm.liveswitch.sdp.MediaDescription fm.liveswitch.StreamDescription.getMediaDescription | ( | ) |
Gets the media description associated with this stream.
| String fm.liveswitch.StreamDescription.getMediaDescriptionIdentifier | ( | ) |
Gets the mid associated with this stream, if present.
Null if not.
| fm.liveswitch.StreamType fm.liveswitch.StreamDescription.getStreamType | ( | ) |
Gets the stream type.
| void fm.liveswitch.StreamDescription.setMediaDescription | ( | fm.liveswitch.sdp.MediaDescription | value | ) |
Sets the media description associated with this stream.