Method | Description | |
---|---|---|
SetEmbedded ( bool embedded ) : |
If set to true, video is embedded in the vlc control interface.
|
|
SetFullscreen ( bool fullscreen ) : |
If set to true, video is played in fullscreen.
|
|
SetHeight ( int height ) : |
Sets the height of the video window.
|
|
SetLanguage ( string isoCode ) : |
Sets the audio language (e.g. for dvd).
|
|
SetVideoTitleShow ( bool showTitle ) : |
If set to true, the video title is shown on play.
|
|
SetWidth ( int width ) : |
Sets the width of the video window.
|
|
SetXPos ( int xpos ) : |
Sets the X position of the video window.
|
|
SetYPos ( int ypos ) : |
Sets the Y position of the video window.
|
public SetEmbedded ( bool embedded ) : |
||
embedded | bool | True for embedding video in the control interface. |
return |
public SetFullscreen ( bool fullscreen ) : |
||
fullscreen | bool | True for fullscreen. |
return |
public SetHeight ( int height ) : |
||
height | int | The height. |
return |
public SetLanguage ( string isoCode ) : |
||
isoCode | string | The iso code. |
return |
public SetVideoTitleShow ( bool showTitle ) : |
||
showTitle | bool | True for showing the title. |
return |
public SetWidth ( int width ) : |
||
width | int | The width. |
return |
public SetXPos ( int xpos ) : |
||
xpos | int | The xpos. |
return |
public SetYPos ( int ypos ) : |
||
ypos | int | The ypos. |
return |