WMEncoderApp Interface

Windows Media Encoder SDK banner art

The WMEncoderApp interface displays the primary user interface (UI) from Microsoft Windows Media Encoder and accesses the Windows Media Encoder engine. The WMEncoderApp interface exposes the following properties and methods.

Property Description
Encoder Retrieves a WMEncoder object.
Height Specifies and retrieves the height of the UI, in pixels.
Left Specifies and retrieves the offset of the UI, in pixels, from the left side of the screen.
Top Specifies and retrieves the offset of the UI, in pixels, from the top of the screen.
UILock Specifies and retrieves the lock state of the UI.
Visible Specifies and retrieves the display state of the UI.
Width Specifies and retrieves the width of the UI, in pixels.
Method Description
get_DisplayHeight Retrieves the display height.
get_DisplayWidth Retrieves the display width.
GetProperty Retrieves a property that identifies the display state of a UI panel, property page, or window.
SaveProperties Saves changes to the UI properties.
SetProperty Specifies a property that identifies the display state of a UI panel, property page, or window.

See Also