Enum DecoderProcessingErrorHandling
Specifies how a decoder should handle errors that occur during media processing.
public enum DecoderProcessingErrorHandling
Fields
Ignore = 0Silently ignore the error and continue processing subsequent frames.
Recreate = 1Recreate the decoder instance to recover from the error and resume processing.
Throw = 2Throw a VAST.Media.DecoderException to signal the error to the caller.