Table of Contents

Enum DecoderProcessingErrorHandling

Namespace
VAST.Media
Assembly
VAST.Common.dll

Specifies how a decoder should handle errors that occur during media processing.

public enum DecoderProcessingErrorHandling

Fields

Ignore = 0

Silently ignore the error and continue processing subsequent frames.

Recreate = 1

Recreate the decoder instance to recover from the error and resume processing.

Throw = 2

Throw a VAST.Media.DecoderException to signal the error to the caller.

See Also