Show / Hide Table of Contents

Enum DecodingErrorMode

DecodingErrorMode

Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public enum DecodingErrorMode

Fields

Name Description
DUPLICATE_FRAMES

If a frame is undecodable, other frames will be duplicated to compensate for the lost frame. The encoding will not fail, but there will be warnings about which frames could not be decoded.

FAIL_ON_ERROR

Encoding will fail, if there are errors during decoding of this stream

Back to top Generated by DocFX