Package io.antmedia.cluster
Interface IStreamInfo
- All Known Subinterfaces:
IWebRTCMuxer
- All Known Implementing Classes:
BasicStreamInfo
,StreamInfo
public interface IStreamInfo
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the audio bitrateint
Returns the video bitrateint
Returns the height of the videoint
Returns the width of the video
-
Method Details
-
getVideoHeight
int getVideoHeight()Returns the height of the video- Returns:
-
getVideoWidth
int getVideoWidth()Returns the width of the video- Returns:
-
getVideoBitrate
int getVideoBitrate()Returns the video bitrate- Returns:
- bps
-
getAudioBitrate
int getAudioBitrate()Returns the audio bitrate- Returns:
-
getVideoCodec
VideoCodec getVideoCodec()- Returns:
- the video codec
-