Class QSVHEVCEncoderPage
Interaction logic for QSVHEVCEncoderPage.xaml.
Inheritance
Implements
Inherited Members
Namespace: VisioForge.Core.UI.WPF.Dialogs.OutputFormats.Pages
Assembly: VisioForge.Core.dll
Syntax
public class QSVHEVCEncoderPage : Page, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, INotifyPropertyChanged, IComponentConnector
Constructors
QSVHEVCEncoderPage()
Initializes a new instance of the QSVHEVCEncoderPage class.
Declaration
public QSVHEVCEncoderPage()
Properties
Bitrate
Gets or sets the bitrate.
Declaration
public uint Bitrate { get; set; }
Property Value
| Type | Description |
|---|---|
| uint | The bitrate. |
GOPSize
Gets or sets the size of the GOP.
Declaration
public uint GOPSize { get; set; }
Property Value
| Type | Description |
|---|---|
| uint | The size of the GOP. |
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 uint MaxBitrate { get; set; }
Property Value
| Type | Description |
|---|---|
| uint | The maximum bitrate. |
MaxQPB
Gets or sets the maximum QP B.
Declaration
public double MaxQPB { get; set; }
Property Value
| Type | Description |
|---|---|
| double | The maximum QP B. |
MaxQPI
Gets or sets the maximum QP I.
Declaration
public double MaxQPI { get; set; }
Property Value
| Type | Description |
|---|---|
| double | The maximum QP I. |
MaxQPP
Gets or sets the maximum QP P.
Declaration
public double MaxQPP { get; set; }
Property Value
| Type | Description |
|---|---|
| double | The maximum QP P. |
MinQPB
Gets or sets the minimum QP B.
Declaration
public double MinQPB { get; set; }
Property Value
| Type | Description |
|---|---|
| double | The minimum QP B. |
MinQPI
Gets or sets the minimum QP I.
Declaration
public double MinQPI { get; set; }
Property Value
| Type | Description |
|---|---|
| double | The minimum QP I. |
MinQPP
Gets or sets the minimum QP P.
Declaration
public double MinQPP { get; set; }
Property Value
| Type | Description |
|---|---|
| double | The minimum QP P. |
Profile
Gets or sets the profile.
Declaration
public QSVHEVCEncProfile Profile { get; set; }
Property Value
| Type | Description |
|---|---|
| QSVHEVCEncProfile | The profile. |
ProfileStr
Gets or sets the coder mode (as string).
Declaration
public string ProfileStr { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The coder mode. |
Profiles
Gets or sets the profiles.
Declaration
public ObservableCollection<string> Profiles { get; set; }
Property Value
| Type | Description |
|---|---|
| ObservableCollection<string> |
QPB
Gets or sets the QP B.
Declaration
public double QPB { get; set; }
Property Value
| Type | Description |
|---|---|
| double | The QPB. |
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 QP P.
Declaration
public double QPP { get; set; }
Property Value
| Type | Description |
|---|---|
| double | The QP P. |
RateControl
Gets or sets the rate control.
Declaration
public QSVHEVCEncRateControl RateControl { get; set; }
Property Value
| Type | Description |
|---|---|
| QSVHEVCEncRateControl | 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 QSVHEVCEncoderSettings)
Fills the specified settings.
Declaration
public void Fill(ref QSVHEVCEncoderSettings settings)
Parameters
| Type | Name | Description |
|---|---|---|
| QSVHEVCEncoderSettings | settings | The settings. |
GetPageType()
Gets the type of the page.
Declaration
public Type GetPageType()
Returns
| Type | Description |
|---|---|
| Type | Type. |
Init(QSVHEVCEncoderSettings)
Initializes the specified settings.
Declaration
public void Init(QSVHEVCEncoderSettings settings)
Parameters
| Type | Name | Description |
|---|---|---|
| QSVHEVCEncoderSettings | 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 |