AppBroadcastTriggerProviderInfo.VideoKeyFrameInterval 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 et définit la durée entre les images clés vidéo.
public:
property TimeSpan VideoKeyFrameInterval { TimeSpan get(); void set(TimeSpan value); };
TimeSpan VideoKeyFrameInterval();
void VideoKeyFrameInterval(TimeSpan value);
public System.TimeSpan VideoKeyFrameInterval { get; set; }
var timeSpan = appBroadcastTriggerProviderInfo.videoKeyFrameInterval;
appBroadcastTriggerProviderInfo.videoKeyFrameInterval = timeSpan;
Public Property VideoKeyFrameInterval As TimeSpan
Valeur de propriété
Intervalle de temps entre les images clés.
Remarques
Important
Seules les applications internes doivent utiliser cette propriété.