Compartir a través de


AppBroadcastTriggerProviderInfo.VideoKeyFrameInterval Propiedad

Definición

Obtiene y establece la cantidad de tiempo entre fotogramas clave de vídeo.

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

Valor de propiedad

Intervalo de tiempo entre fotogramas clave.

Comentarios

Importante

Solo las aplicaciones propias deben usar esta propiedad.

Se aplica a