Click or drag to resize

H264Decoder Class

Inheritance Hierarchy
SystemObject
  Ozeki.MediaH264Decoder

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntax
public class H264Decoder : IDisposable, 
	IVideoDecoder, IH264Decoder

The H264Decoder type exposes the following members.

Constructors
 NameDescription
Public methodH264DecoderInitializes a new instance of the H264Decoder class
Public methodH264Decoder(String)Initializes a new instance of the H264Decoder class
Public methodH264Decoder(VideoCodecInfo)Initializes a new instance of the H264Decoder class
Public methodH264Decoder(String, VideoCodecInfo)Initializes a new instance of the H264Decoder class
Top
Properties
Methods
 NameDescription
Public methodDecode(Byte) 
Public methodDecode(VideoData) 
Public methodDispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodGetFormat 
Public methodInit 
Top
See Also