Uses of Enum Class
io.antmedia.webrtc.VideoCodec
Package
Description
-
Uses of VideoCodec in io.antmedia.cluster
-
Uses of VideoCodec in io.antmedia.datastore.db.types
ModifierConstructorDescriptionStreamInfo
(boolean videoEnabled, int height, int width, int videobitrate, boolean audioEnabled, int audiobitrate, int videoRTimebase, int audioRTimebase, VideoCodec codec) -
Uses of VideoCodec in io.antmedia.rest.model
ModifierConstructorDescriptionBasicStreamInfo
(int videoHeight, int videoWidth, int videoBitrate, int audioBitrate, VideoCodec videoCodec) -
Uses of VideoCodec in io.antmedia.webrtc
Modifier and TypeMethodDescriptionstatic VideoCodec
Returns the enum constant of this class with the specified name.static VideoCodec[]
VideoCodec.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
MockWebRTCAdaptor.adaptStreamingQuality
(String streamId, IWebRTCClient webRTCClient, VideoCodec codec) boolean
MockWebRTCAdaptor.registerWebRTCClient
(String streamId, IWebRTCClient webRTCClusterClient, int resolutionHeight, VideoCodec codec) boolean
MockWebRTCAdaptor.registerWebRTCClient
(String streamId, IWebRTCClient webRTCClient, VideoCodec codec) -
Uses of VideoCodec in io.antmedia.webrtc.api
Modifier and TypeMethodDescriptionIWebRTCMuxer.getVideoCodec()
Return the video codec of the IWebRTCMuxerModifier and TypeMethodDescriptionvoid
IWebRTCAdaptor.adaptStreamingQuality
(String streamId, IWebRTCClient webRTCClient, VideoCodec codec) Try to find the best bitrate for the clientboolean
IWebRTCAdaptor.registerWebRTCClient
(String streamId, IWebRTCClient webRTCClusterClient, int resolutionHeight, VideoCodec codec) Register to specific resolution It is used in clusteringboolean
IWebRTCAdaptor.registerWebRTCClient
(String streamId, IWebRTCClient webRTCClient, VideoCodec codec)