Click or drag to resize

H264Decoder Class

Inheritance Hierarchy
SystemObject
  Ozeki.MediaH264Decoder

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
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 methodDisposeReleases all resources used by the H264Decoder
Public methodGetFormat 
Public methodInit 
Top
See Also