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

Play list item
Наследование: VlcArgumentBuilder
Показать файл Открыть проект Примеры использования класса

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

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