Class Decoder
An NVDEC-based decoder.
Inheritance
System.Object
MediaPipe <IVideoOutput , IVideoOutputCollection , IVideoInput , IVideoInputCollection , VideoPipe , VideoFrame , VideoBuffer , VideoBufferCollection , VideoFormat >
Decoder
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FM.LiveSwitch.Nvidia
Assembly: FM.LiveSwitch.Nvidia.dll
Syntax
[Obsolete("Use H264.Decoder instead.")]
public class Decoder : Decoder, IVideoInput, IMediaInput<IVideoOutput, IVideoInput, VideoFrame, VideoBuffer, VideoBufferCollection, VideoFormat>, IInput<IVideoOutput, IVideoInput, VideoFrame, VideoBuffer, VideoBufferCollection, VideoFormat>, IVideoOutput, IMediaOutput<IVideoOutput, IVideoInput, VideoFrame, VideoBuffer, VideoBufferCollection, VideoFormat>, IOutput<IVideoOutput, IVideoInput, VideoFrame, VideoBuffer, VideoBufferCollection, VideoFormat>, IVideoElement, IMediaElement, IElement
Constructors
Decoder()
Initializes a new instance of the Decoder class.
Declaration
public Decoder()
Decoder(ProfileLevelId)
Initializes a new instance of the Decoder class.
Declaration
public Decoder(ProfileLevelId profileLevelId)
Parameters
Type | Name | Description |
---|---|---|
Profile |
profileLevelId | The profile level ID. |
Decoder(IVideoOutput)
Initializes a new instance of the Decoder class.
Declaration
public Decoder(IVideoOutput input)
Parameters
Type | Name | Description |
---|---|---|
IVideo |
input | The input. |
Decoder(IVideoOutput, ProfileLevelId)
Initializes a new instance of the Decoder class.
Declaration
public Decoder(IVideoOutput input, ProfileLevelId profileLevelId)
Parameters
Type | Name | Description |
---|---|---|
IVideo |
input | The input. |
Profile |
profileLevelId | The profile level ID. |