C# Class D16.VideoCommander.VlcFile

Play list item
Inheritance: VlcArgumentBuilder
Exibir arquivo Open project: feg-giessen/videocommander Class Usage Examples

Public Methods

Method Description
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.

Method Details

GetArgumentString() public method

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

SetDuration() public method

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

SetEndTime() public method

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

SetStartTime() public method

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

VlcFile() public method

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