C# 클래스 D16.VideoCommander.VlcCommandBuilder

Build for global (not file specific) vlc arguments.
상속: VlcArgumentBuilder
파일 보기 프로젝트 열기: feg-giessen/videocommander 1 사용 예제들

공개 메소드들

메소드 설명
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