MediaTranscoder.TrimStopTime 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 de la fin de la sortie.
public:
property TimeSpan TrimStopTime { TimeSpan get(); void set(TimeSpan value); };
TimeSpan TrimStopTime();
void TrimStopTime(TimeSpan value);
public System.TimeSpan TrimStopTime { get; set; }
var timeSpan = mediaTranscoder.trimStopTime;
mediaTranscoder.trimStopTime = timeSpan;
Public Property TrimStopTime As TimeSpan
Valeur de propriété
Structure TimeSpan qui contient l’intervalle de temps.