WrappedNativeVideoDecoder   
    Wraps a native webrtc::VideoDecoder.
Inheritors
Functions
Link copied to clipboard
                  The decoder implementation backing this interface is either 1) a Java decoder (e.g., an Android platform decoder), or alternatively 2) a native decoder (e.g., a software decoder or a C++ decoder adapter).
Link copied to clipboard
                  Request the decoder to decode a frame.
Link copied to clipboard
                  Should return a descriptive name for the implementation.
Link copied to clipboard
                  fun initDecode(settings: VideoDecoder.Settings, decodeCallback: VideoDecoder.Callback): VideoCodecStatus
Initializes the decoding process with specified settings.
Link copied to clipboard
                  Called when the decoder is no longer needed.