-17.8 Stop Capture VideoFunction Description:Stop video capturing.Function Call:bool EndVideoCapture()Return code:TRUE: Success.FALSE: Fail.17.9 Initial Playback DecoderFunction Description:Initial the playback decoder.Function Call:bool InitializeDecoder(string filename, int left, int top, int width, int height);Parameter:filename: Video file path.left: Left of playback position.top: Top of playback position.width: Width of playback size.height: Height of playback size.Return code:TRUE: Success.FALSE: Fail.17.10 Release Playback DecoderFunction Description:Release the playback decoder.Function Call:void UnInitializeDecoder();17.11 Start PlaybackFunction Description:Start playing video. Playback will be displayed in the same screen as the preview screen.Function Call:bool StartPlayback();Return code:TRUE: Success.FALSE: Fail.