Uses of Class
org.teamapps.ux.component.media.webrtc.AudioCodec
-
Packages that use AudioCodec Package Description org.teamapps.ux.component.media.webrtc -
-
Uses of AudioCodec in org.teamapps.ux.component.media.webrtc
Methods in org.teamapps.ux.component.media.webrtc that return AudioCodec Modifier and Type Method Description AudioCodecWebRtcPublishingMediaSettings. getAudioCodec()static AudioCodecAudioCodec. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AudioCodec[]AudioCodec. 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 AudioCodec Modifier and Type Method Description voidWebRtcPublishingMediaSettings. setAudioCodec(AudioCodec audioCodec)
-