MediaTranscoder.TrimStartTime Proprietà

Definizione

Ottiene o imposta l'intervallo di tempo da tagliare dall'inizio dell'output.

public:
 property TimeSpan TrimStartTime { TimeSpan get(); void set(TimeSpan value); };
TimeSpan TrimStartTime();

void TrimStartTime(TimeSpan value);
public System.TimeSpan TrimStartTime { get; set; }
var timeSpan = mediaTranscoder.trimStartTime;
mediaTranscoder.trimStartTime = timeSpan;
Public Property TrimStartTime As TimeSpan

Valore della proprietà

Struttura TimeSpan che contiene l'intervallo di tempo.

Si applica a

Vedi anche