MediaTranscoder.TrimStartTime Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’intervalle de temps à découper à partir du début de la sortie.
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
Valeur de propriété
Structure TimeSpan qui contient l’intervalle de temps.