Table of Contents

Class DVEncoderPage

Namespace
VisioForge.Core.UI.WPF.Dialogs.OutputFormats.Pages
Assembly
VisioForge.Core.dll

Represents a WPF page for configuring DV (Digital Video) encoder settings. This page provides UI controls for setting DV format encoding parameters.

public class DVEncoderPage : Page, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IComponentConnector

Inheritance

Implements

Inherited Members

Constructors

DVEncoderPage()

Initializes a new instance of the VisioForge.Core.UI.WPF.Dialogs.OutputFormats.Pages.DVEncoderPage class. Sets up the data context for the DV encoder configuration page.

public DVEncoderPage()

Methods

Fill(ref DVVideoEncoderSettings)

Fills the provided settings object with current UI values. Exports all encoder parameters from the UI controls to the settings object.

public void Fill(ref DVVideoEncoderSettings settings)

Parameters

settings DVVideoEncoderSettings

The DV video encoder settings object to populate.

GetPageType()

Gets the encoder settings type associated with this page.

public Type GetPageType()

Returns

Type

The type of DVVideoEncoderSettings.

Init(DVVideoEncoderSettings)

Initializes the page with existing encoder settings. Loads all encoder parameters from the provided settings object into the UI controls.

public void Init(DVVideoEncoderSettings settings)

Parameters

settings DVVideoEncoderSettings

The DV video encoder settings to load.

InitializeComponent()

InitializeComponent

public void InitializeComponent()