C# Class D16.VideoCommander.VlcFile

Play list item
Inheritance: VlcArgumentBuilder
Afficher le fichier Open project: feg-giessen/videocommander Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Builds the argument string for the video file.
public GetArgumentString ( ) : string
Résultat string

SetDuration() public méthode

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

SetEndTime() public méthode

Sets the end time (in seconds).
public SetEndTime ( int seconds ) : VlcFile
seconds int The end time in seconds.
Résultat VlcFile

SetStartTime() public méthode

Sets the start time (in seconds).
public SetStartTime ( int seconds ) : VlcFile
seconds int The start time in seconds.
Résultat VlcFile

VlcFile() public méthode

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