C# Class D16.VideoCommander.VlcCommandBuilder

Build for global (not file specific) vlc arguments.
Inheritance: VlcArgumentBuilder
Exibir arquivo Open project: feg-giessen/videocommander Class Usage Examples

Public Methods

Method Description
SetEmbedded ( bool embedded ) : VlcCommandBuilder

If set to true, video is embedded in the vlc control interface.

SetFullscreen ( bool fullscreen ) : VlcCommandBuilder

If set to true, video is played in fullscreen.

SetHeight ( int height ) : VlcCommandBuilder

Sets the height of the video window.

SetLanguage ( string isoCode ) : VlcCommandBuilder

Sets the audio language (e.g. for dvd).

SetVideoTitleShow ( bool showTitle ) : VlcCommandBuilder

If set to true, the video title is shown on play.

SetWidth ( int width ) : VlcCommandBuilder

Sets the width of the video window.

SetXPos ( int xpos ) : VlcCommandBuilder

Sets the X position of the video window.

SetYPos ( int ypos ) : VlcCommandBuilder

Sets the Y position of the video window.

Method Details

SetEmbedded() public method

If set to true, video is embedded in the vlc control interface.
public SetEmbedded ( bool embedded ) : VlcCommandBuilder
embedded bool True for embedding video in the control interface.
return VlcCommandBuilder

SetFullscreen() public method

If set to true, video is played in fullscreen.
public SetFullscreen ( bool fullscreen ) : VlcCommandBuilder
fullscreen bool True for fullscreen.
return VlcCommandBuilder

SetHeight() public method

Sets the height of the video window.
public SetHeight ( int height ) : VlcCommandBuilder
height int The height.
return VlcCommandBuilder

SetLanguage() public method

Sets the audio language (e.g. for dvd).
public SetLanguage ( string isoCode ) : VlcCommandBuilder
isoCode string The iso code.
return VlcCommandBuilder

SetVideoTitleShow() public method

If set to true, the video title is shown on play.
public SetVideoTitleShow ( bool showTitle ) : VlcCommandBuilder
showTitle bool True for showing the title.
return VlcCommandBuilder

SetWidth() public method

Sets the width of the video window.
public SetWidth ( int width ) : VlcCommandBuilder
width int The width.
return VlcCommandBuilder

SetXPos() public method

Sets the X position of the video window.
public SetXPos ( int xpos ) : VlcCommandBuilder
xpos int The xpos.
return VlcCommandBuilder

SetYPos() public method

Sets the Y position of the video window.
public SetYPos ( int ypos ) : VlcCommandBuilder
ypos int The ypos.
return VlcCommandBuilder