AVBlocks for .NET
2.3
Audio and Video Software Development Kit
|
Parameters specific to video decoders More...
Classes | |
class | H264 |
Parameters specific to H.264 decoders More... | |
Static Public Attributes | |
static string | ConcealDefects = "DECODER_VIDEO_CONCEAL_DEFECTS" |
Video: Specifies whether to conceal bitstream defects and errors. More... | |
Parameters specific to video decoders
|
static |
Video: Specifies whether to conceal bitstream defects and errors.
This parameter is a boolean value stored as one of the following: System.Boolean (true/false) or integral value (1/0). The default value is true.
If true non-fatal bitstream errors are concealed.
If false any bitstream error is reported.