Click or drag to resize
H264Decoder Class

H.264 Decoder (ISO 14496-10).

Inheritance Hierarchy
SystemObject
  StreamCoders.DecoderAVideoDecoderBase
    StreamCoders.DecoderH264Decoder

Namespace: StreamCoders.Decoder
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class H264Decoder : AVideoDecoderBase, 
	IDisposable

The H264Decoder type exposes the following members.

Constructors
  NameDescription
Public methodH264Decoder
Initializes a new instance of the H264Decoder class
Top
Properties
Methods
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also