Package-level declarations
Types
webrtc::AudioDecoderFactory
.webrtc::AudioEncoderFactory
.webrtc::AudioDecoderFactory
with the builtin audio decoders.webrtc::AudioEncoderFactory
with the builtin audio encoders.The main difference with the standard DefaultAlignedVideoEncoderFactory is that this fixes issues with resolutions that are not aligned (e.g. VP8 requires 16x16 alignment). You can set the alignment by setting resolutionAdjustment. Internally the resolution during streaming will be cropped to comply with the adjustment. Fallback behaviour is the same as with the standard DefaultVideoEncoderFactory and it will use the SW encoder if HW fails or is not available.
IceCandidateInterface
in the C++ API.MediaStream
and PeerConnection
.webrtc::NetEqFactory
.Resolution alignment values. Generally the MULTIPLE_OF_16 is recommended for both VP8 and H264
RtpSender
, as defined in http://w3c.github.io/webrtc-pc/#rtcrtpsender-interface.The main difference with the standard SimulcastVideoEncoderFactory is that this fixes issues with simulcasting resolutions that are not aligned (e.g. VP8 requires 16x16 alignment). You can set the alignment by setting resolutionAdjustment. Internally the resolutions during simulcast will be cropped to comply with the adjustment. Fallback behaviour is the same as with the standard SimulcastVideoEncoderFactory and it will use the SW encoder if HW fails or is not available.
Represent an exception for the RTC.