Class VOAACEncoderPage
Interaction logic for VOAACEncoderPage.xaml.
Inheritance
VOAACEncoderPage
Implements
Inherited Members
Namespace: VisioForge.Core.UI.WPF.Dialogs.OutputFormats.Pages
Assembly: VisioForge.Core.dll
Syntax
public class VOAACEncoderPage : Page, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, INotifyPropertyChanged, IComponentConnector
Constructors
VOAACEncoderPage()
Initializes a new instance of the VOAACEncoderPage class.
Declaration
public VOAACEncoderPage()
Properties
Bitrate
Gets or sets the bitrate.
Declaration
public int Bitrate { get; set; }
Property Value
| Type | Description |
|---|---|
| int | The bitrate. |
Bitrates
Gets or sets the bitrates.
Declaration
public ObservableCollection<int> Bitrates { get; set; }
Property Value
| Type | Description |
|---|---|
| ObservableCollection<int> | The bitrates. |
Methods
Fill(ref VOAACEncoderSettings)
Fills the specified settings.
Declaration
public void Fill(ref VOAACEncoderSettings settings)
Parameters
| Type | Name | Description |
|---|---|---|
| VOAACEncoderSettings | settings | The settings. |
GetPageType()
Gets the type of the page.
Declaration
public Type GetPageType()
Returns
| Type | Description |
|---|---|
| Type | Type. |
Init(VOAACEncoderSettings)
Initializes the specified settings.
Declaration
public void Init(VOAACEncoderSettings settings)
Parameters
| Type | Name | Description |
|---|---|---|
| VOAACEncoderSettings | settings | The settings. |
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnPropertyChanged(string)
OnPropertyChanged API.
Declaration
protected virtual void OnPropertyChanged(string propertyName = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | propertyName | Property name. |
Events
PropertyChanged
Property changed event.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type | Description |
|---|---|
| PropertyChangedEventHandler |