Class QSVVP9EncoderPage
Interaction logic for VP9EncoderPage.xaml.
Inheritance
Implements
Inherited Members
Namespace: VisioForge.Core.UI.WPF.Dialogs.OutputFormats.Pages
Assembly: VisioForge.Core.dll
Syntax
public class QSVVP9EncoderPage : Page, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, INotifyPropertyChanged, IComponentConnector
Constructors
QSVVP9EncoderPage()
Initializes a new instance of the QSVVP9EncoderPage class.
Declaration
public QSVVP9EncoderPage()
Properties
Bitrate
Gets or sets the bitrate.
Declaration
public int Bitrate { get; set; }
Property Value
| Type | Description |
|---|---|
| int | The bitrate. |
GOPSize
Gets or sets the size of the GOP.
Declaration
public string GOPSize { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The size of the GOP. |
ICQ
Gets or sets the ICQ.
Declaration
public double ICQ { get; set; }
Property Value
| Type | Description |
|---|---|
| double | The icq. |
LowLatency
Gets or sets a value indicating whether low latency is enabled.
Declaration
public bool LowLatency { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
|
MaxBitrate
Gets or sets the maximum bitrate.
Declaration
public string MaxBitrate { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The maximum bitrate. |
QPI
Gets or sets the QP I.
Declaration
public double QPI { get; set; }
Property Value
| Type | Description |
|---|---|
| double | The QP I. |
QPP
Gets or sets the QPP.
Declaration
public double QPP { get; set; }
Property Value
| Type | Description |
|---|---|
| double | The QPP. |
RateControl
Gets or sets the rate control.
Declaration
public QSVVP9EncRateControl RateControl { get; set; }
Property Value
| Type | Description |
|---|---|
| QSVVP9EncRateControl | The rate control. |
RateControlModes
Gets or sets the rate control mode list.
Declaration
public ObservableCollection<string> RateControlModes { get; set; }
Property Value
| Type | Description |
|---|---|
| ObservableCollection<string> |
RateControlStr
Gets or sets the rate control (as string).
Declaration
public string RateControlStr { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The rate control. |
Methods
Fill(ref QSVVP9EncoderSettings)
Fills the specified settings.
Declaration
public void Fill(ref QSVVP9EncoderSettings settings)
Parameters
| Type | Name | Description |
|---|---|---|
| QSVVP9EncoderSettings | settings | The settings. |
GetPageType()
Gets the type of the page.
Declaration
public Type GetPageType()
Returns
| Type | Description |
|---|---|
| Type | Type. |
Init(QSVVP9EncoderSettings)
Initializes the specified settings.
Declaration
public void Init(QSVVP9EncoderSettings settings)
Parameters
| Type | Name | Description |
|---|---|---|
| QSVVP9EncoderSettings | settings | The settings. |
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
SetProperty<T>(ref T, T, string)
Sets the property.
Declaration
protected bool SetProperty<T>(ref T field, T newValue, string propertyName = null)
Parameters
| Type | Name | Description |
|---|---|---|
| T | field | The field. |
| T | newValue | The new value. |
| string | propertyName | Name of the property. |
Returns
| Type | Description |
|---|---|
| bool |
|
Type Parameters
| Name | Description |
|---|---|
| T | Type. |
Events
PropertyChanged
Property changed event.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type | Description |
|---|---|
| PropertyChangedEventHandler |