Uses of Enum Class
io.antmedia.webrtc.VideoCodec
Packages that use VideoCodec
Package
Description
-
Uses of VideoCodec in io.antmedia.cluster
Methods in io.antmedia.cluster that return VideoCodec -
Uses of VideoCodec in io.antmedia.datastore.db.types
Fields in io.antmedia.datastore.db.types declared as VideoCodecMethods in io.antmedia.datastore.db.types that return VideoCodecMethods in io.antmedia.datastore.db.types with parameters of type VideoCodecConstructors in io.antmedia.datastore.db.types with parameters of type VideoCodecModifierConstructorDescriptionStreamInfo
(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
Fields in io.antmedia.rest.model declared as VideoCodecMethods in io.antmedia.rest.model that return VideoCodecConstructors in io.antmedia.rest.model with parameters of type VideoCodecModifierConstructorDescriptionBasicStreamInfo
(int videoHeight, int videoWidth, int videoBitrate, int audioBitrate, VideoCodec videoCodec) -
Uses of VideoCodec in io.antmedia.webrtc
Methods in io.antmedia.webrtc that return VideoCodecModifier 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.Methods in io.antmedia.webrtc with parameters of type VideoCodecModifier 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
Methods in io.antmedia.webrtc.api that return VideoCodecModifier and TypeMethodDescriptionIWebRTCMuxer.getVideoCodec()
Return the video codec of the IWebRTCMuxerMethods in io.antmedia.webrtc.api with parameters of type VideoCodecModifier 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)