Click or drag to resize

H264Decoder Class

Inheritance Hierarchy
SystemObject
  Ozeki.MediaH264Decoder

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public class H264Decoder : 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.
Protected methodFinalize
(Overrides ObjectFinalize)
Public methodGetFormat 
Public methodInit 
Top
See Also