Uses of Class
dev.onvoid.webrtc.RTCRtpCodecCapability
-
Packages that use RTCRtpCodecCapability Package Description dev.onvoid.webrtc -
-
Uses of RTCRtpCodecCapability in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc that return types with arguments of type RTCRtpCodecCapability Modifier and Type Method Description List<RTCRtpCodecCapability>RTCRtpTransceiver. getCodecPreferences()Returns the default codec preferences used by WebRTC for this transceiver.List<RTCRtpCodecCapability>RTCRtpCapabilities. getCodecs()Returns the supported media codecs as well as entries for RTX, RED and FEC mechanisms.Method parameters in dev.onvoid.webrtc with type arguments of type RTCRtpCodecCapability Modifier and Type Method Description voidRTCRtpTransceiver. setCodecPreferences(List<RTCRtpCodecCapability> preferences)Overrides the default codec preferences used by WebRTC for this transceiver.Constructor parameters in dev.onvoid.webrtc with type arguments of type RTCRtpCodecCapability Constructor Description RTCRtpCapabilities(List<RTCRtpCodecCapability> codecs, List<RTCRtpHeaderExtensionCapability> headerExtensions)Creates an instance of RTCRtpCapabilities with the supported codec and RTP header extension capabilities.
-