C# Класс D16.VideoCommander.VlcCommandBuilder

Build for global (not file specific) vlc arguments.
Наследование: VlcArgumentBuilder
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

SetEmbedded() публичный Метод

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.
Результат VlcCommandBuilder

SetFullscreen() публичный Метод

If set to true, video is played in fullscreen.
public SetFullscreen ( bool fullscreen ) : VlcCommandBuilder
fullscreen bool True for fullscreen.
Результат VlcCommandBuilder

SetHeight() публичный Метод

Sets the height of the video window.
public SetHeight ( int height ) : VlcCommandBuilder
height int The height.
Результат VlcCommandBuilder

SetLanguage() публичный Метод

Sets the audio language (e.g. for dvd).
public SetLanguage ( string isoCode ) : VlcCommandBuilder
isoCode string The iso code.
Результат VlcCommandBuilder

SetVideoTitleShow() публичный Метод

If set to true, the video title is shown on play.
public SetVideoTitleShow ( bool showTitle ) : VlcCommandBuilder
showTitle bool True for showing the title.
Результат VlcCommandBuilder

SetWidth() публичный Метод

Sets the width of the video window.
public SetWidth ( int width ) : VlcCommandBuilder
width int The width.
Результат VlcCommandBuilder

SetXPos() публичный Метод

Sets the X position of the video window.
public SetXPos ( int xpos ) : VlcCommandBuilder
xpos int The xpos.
Результат VlcCommandBuilder

SetYPos() публичный Метод

Sets the Y position of the video window.
public SetYPos ( int ypos ) : VlcCommandBuilder
ypos int The ypos.
Результат VlcCommandBuilder