C# 클래스 D16.VideoCommander.VlcFile

Play list item
상속: VlcArgumentBuilder
파일 보기 프로젝트 열기: feg-giessen/videocommander 1 사용 예제들

공개 메소드들

메소드 설명
GetArgumentString ( ) : string

Builds the argument string for the video file.

SetDuration ( int seconds ) : VlcFile

Sets the duration (in seconds).

SetEndTime ( int seconds ) : VlcFile

Sets the end time (in seconds).

SetStartTime ( int seconds ) : VlcFile

Sets the start time (in seconds).

VlcFile ( string fileName ) : System

Initializes a new instance of the VlcFile class.

메소드 상세

GetArgumentString() 공개 메소드

Builds the argument string for the video file.
public GetArgumentString ( ) : string
리턴 string

SetDuration() 공개 메소드

Sets the duration (in seconds).
public SetDuration ( int seconds ) : VlcFile
seconds int The end time in seconds.
리턴 VlcFile

SetEndTime() 공개 메소드

Sets the end time (in seconds).
public SetEndTime ( int seconds ) : VlcFile
seconds int The end time in seconds.
리턴 VlcFile

SetStartTime() 공개 메소드

Sets the start time (in seconds).
public SetStartTime ( int seconds ) : VlcFile
seconds int The start time in seconds.
리턴 VlcFile

VlcFile() 공개 메소드

Initializes a new instance of the VlcFile class.
public VlcFile ( string fileName ) : System
fileName string Name of the video file.
리턴 System