Uses of Class
org.teamapps.ux.component.media.webrtc.VideoCodec
| Package | Description |
|---|---|
| org.teamapps.ux.component.media.webrtc |
-
Uses of VideoCodec in org.teamapps.ux.component.media.webrtc
Methods in org.teamapps.ux.component.media.webrtc that return VideoCodec Modifier and Type Method Description VideoCodecWebRtcPublishingMediaSettings. getVideoCodec()static VideoCodecVideoCodec. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VideoCodec[]VideoCodec. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.component.media.webrtc with parameters of type VideoCodec Modifier and Type Method Description voidWebRtcPublishingMediaSettings. setVideoCodec(VideoCodec videoCodec)Method parameters in org.teamapps.ux.component.media.webrtc with type arguments of type VideoCodec Modifier and Type Method Description static voidWebRtcPlayer. getPlayableVideoCodecs(java.util.function.Consumer<java.util.List<VideoCodec>> resultCallback)