AudioVisualContent.KeyFrameTimes 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 the list of key frame timestamps. Only populated if returnDetails is true.
public System.Collections.Generic.IList<TimeSpan> KeyFrameTimes { get; }
member this.KeyFrameTimes : System.Collections.Generic.IList<TimeSpan>
Public ReadOnly Property KeyFrameTimes As IList(Of TimeSpan)