Available as an Add-on to LEADTOOLS Multimedia toolkits. |
ILMH264Decoder Interface
ILMH264Decoder Interface is the interface for LEAD H264 Decoder .
Properties:
Type |
Property Name |
Description |
Long | DecodingOptions |
Accepts one or all values from eH264DecodingFlag. H264DecodingFlag_DecodeCorruptedStream:
H264DecodingFlag_DisplayGrayOnError:
H264DecodingFlag_FillFrameGaps:
|
Method:
Name | Parameters | Description |
WriteToRegistry | None | This method writes all of the encoder settings to the system registry. The next time the decoder is loaded, it retrieves the settings from the registry and applies them. |
typedef
enum
{
H264DecodingFlag_DecodeCorruptedStream = 0x00000001,
H264DecodingFlag_FillFrameGaps
= 0x00000002,
H264DecodingFlag_DisplayGrayOnError = 0x00000004
} eH264DecodingFlag;