fm.liveswitch.StreamDescription Class Reference

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...
 

Detailed Description

A stream description.

Constructor & Destructor Documentation

◆ StreamDescription()

fm.liveswitch.StreamDescription.StreamDescription ( fm.liveswitch.sdp.MediaDescription  description)

Creates a new StreamDescription object.

Parameters
descriptionSDP MediaDescription of the stream.

Member Function Documentation

◆ getMediaDescription()

fm.liveswitch.sdp.MediaDescription fm.liveswitch.StreamDescription.getMediaDescription ( )

Gets the media description associated with this stream.

◆ getMediaDescriptionIdentifier()

String fm.liveswitch.StreamDescription.getMediaDescriptionIdentifier ( )

Gets the mid associated with this stream, if present.

Null if not.

◆ getStreamType()

fm.liveswitch.StreamType fm.liveswitch.StreamDescription.getStreamType ( )

Gets the stream type.

◆ setMediaDescription()

void fm.liveswitch.StreamDescription.setMediaDescription ( fm.liveswitch.sdp.MediaDescription  value)

Sets the media description associated with this stream.