Uses of Class
dev.onvoid.webrtc.RTCRtpCodecCapability
Packages that use RTCRtpCodecCapability
-
Uses of RTCRtpCodecCapability in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc that return types with arguments of type RTCRtpCodecCapabilityModifier and TypeMethodDescriptionRTCRtpTransceiver.getCodecPreferences()
Returns the default codec preferences used by WebRTC for this transceiver.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 RTCRtpCodecCapabilityModifier and TypeMethodDescriptionvoid
RTCRtpTransceiver.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 RTCRtpCodecCapabilityModifierConstructorDescriptionRTCRtpCapabilities
(List<RTCRtpCodecCapability> codecs, List<RTCRtpHeaderExtensionCapability> headerExtensions) Creates an instance of RTCRtpCapabilities with the supported codec and RTP header extension capabilities.