Click or drag to resize
VP9Encoder Class
Google VP9 Encoder. The encoder is still beta and should not be used in production.
Inheritance Hierarchy
SystemObject
  StreamCoders.EncoderAVideoEncoderBase
    StreamCoders.EncoderAPVideoEncoderBase
      StreamCoders.EncoderVP9Encoder

Namespace: StreamCoders.Encoder
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class VP9Encoder : APVideoEncoderBase, IDisposable

The VP9Encoder type exposes the following members.

Constructors
  NameDescription
Public methodVP9Encoder
Initializes a new instance of the VP9Encoder class
Top
Properties
  NameDescription
Public propertyCodec (Inherited from AVideoEncoderBase.)
Public propertyLastEncodedFrameType
Gets the FrameType of the most recently encoded Frame.
(Inherited from APVideoEncoderBase.)
Public propertyOutputQueue (Inherited from AVideoEncoderBase.)
Top
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