AppBroadcastTriggerProviderInfo.VideoKeyFrameInterval Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets and sets the amount of time between video key frames.
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
Property Value
The time span between key frames.
Remarks
Important
Only first-party applications should use this property.