VideoTimeline(TimeSpan, TimeSpan, ISetInt32) Constructor
Namespace: DevCase.Core.Media.VideoAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public VideoTimeline(
TimeSpan beginTime,
TimeSpan endTime,
ISet<int> frameNumbers
)
Public Sub New (
beginTime As TimeSpan,
endTime As TimeSpan,
frameNumbers As ISet(Of Integer)
)
Dim beginTime As TimeSpan
Dim endTime As TimeSpan
Dim frameNumbers As ISet(Of Integer)
Dim instance As New VideoTimeline(beginTime,
endTime, frameNumbers)
public:
VideoTimeline(
TimeSpan beginTime,
TimeSpan endTime,
ISet<int>^ frameNumbers
)
new :
beginTime : TimeSpan *
endTime : TimeSpan *
frameNumbers : ISet<int> -> VideoTimeline
No code example is currently available or this language may not be supported.
Parameters
- beginTime TimeSpan
-
The time at which this VideoTimeline begins.
- endTime TimeSpan
-
The time at which this VideoTimeline ends.
- frameNumbers ISetInt32
-
The video frame numbers this VideoTimeline takes.