Click or drag to resize
VP8Encoder Class
Google VP8 Encoder
Inheritance Hierarchy
SystemObject
  StreamCoders.EncoderAVideoEncoderBase
    StreamCoders.EncoderAPVideoEncoderBase
      StreamCoders.EncoderVP8Encoder

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

The VP8Encoder type exposes the following members.

Constructors
  NameDescription
Public methodVP8Encoder
Initializes a new instance of the VP8Encoder 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
  NameDescription
Public methodDispose
Releases all resources used by the VP8Encoder
(Overrides AVideoEncoderBaseDispose.)
Public methodGetMediaBuffer (Inherited from AVideoEncoderBase.)
Public methodInit
Initializes this VP8Encoder.
(Overrides AVideoEncoderBaseInit(VideoEncoderConfiguration).)
Public methodSetBufferProvider
Sets an optional buffer provider to use for cached buffers using lock/unlock semantics.
(Inherited from AVideoEncoderBase.)
Public methodTransform (Inherited from APVideoEncoderBase.)
Top
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