Table of Contents

Class VP9EncoderSettings

Namespace
VisioForge.Core.Types.X.VideoEncoders
Assembly
VisioForge.Core.dll

VP9 encoder settings.

public class VP9EncoderSettings : VPXEncoderSettings, IVPXEncoderSettings, IVideoEncoder, IMediaBlockSettings, IEncoderTextInfo

Inheritance

Implements

Inherited Members

Fields

Name

The name.

public static string Name

Field Value

string

Properties

AQMode

Gets or sets the Adaptive Quantization mode.

public VPXAdaptiveQuantizationMode AQMode { get; set; }

Property Value

VPXAdaptiveQuantizationMode

FrameParallelDecoding

Gets or sets a value indicating whether encoded bitstream should allow parallel processing of video frames in the decoder.

public bool FrameParallelDecoding { get; set; }

Property Value

bool

RowMultithread

Gets or sets a value indicating whether each row should be encoded using multiple threads.

public bool RowMultithread { get; set; }

Property Value

bool

TileColumns

Gets or sets the number of tile columns, log2.

public int TileColumns { get; set; }

Property Value

int

TileRows

Gets or sets the number of tile rows, log2.

public int TileRows { get; set; }

Property Value

int

Methods

CreateBlock()

Creates the block.

public MediaBlock CreateBlock()

Returns

MediaBlock

MediaBlock.

GetCaps()

Gets the caps.

public string GetCaps()

Returns

string

System.String.

GetEncoderType()

Gets the type of the encoder.

public VPXEncoderType GetEncoderType()

Returns

VPXEncoderType

VPXEncoderType.

GetParameters()

Gets the parameters.

public override string GetParameters()

Returns

string

System.String.

IsAvailable()

Determines whether this encoder is available.

public static bool IsAvailable()

Returns

bool

true if this encoder is available; otherwise, false.

ToString()

Returns a String that represents this instance.

public override string ToString()

Returns

string

A String that represents this instance.