initDecode
abstract fun initDecode(settings: VideoDecoder.Settings, decodeCallback: VideoDecoder.Callback): VideoCodecStatus
Initializes the decoding process with specified settings. Will be called on the decoding thread before any decode calls.