VideoSequenceAbsoluteTimeMarkers Constructors
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.
Overloads
VideoSequenceAbsoluteTimeMarkers() |
Initializes a new instance of the VideoSequenceAbsoluteTimeMarkers class. |
VideoSequenceAbsoluteTimeMarkers(String) |
Initializes a new instance of the VideoSequenceAbsoluteTimeMarkers class. |
VideoSequenceAbsoluteTimeMarkers()
Initializes a new instance of the VideoSequenceAbsoluteTimeMarkers class.
public VideoSequenceAbsoluteTimeMarkers ();
Public Sub New ()
Applies to
VideoSequenceAbsoluteTimeMarkers(String)
Initializes a new instance of the VideoSequenceAbsoluteTimeMarkers class.
public VideoSequenceAbsoluteTimeMarkers (string ranges);
new Microsoft.Azure.Management.VideoAnalyzer.Models.VideoSequenceAbsoluteTimeMarkers : string -> Microsoft.Azure.Management.VideoAnalyzer.Models.VideoSequenceAbsoluteTimeMarkers
Public Sub New (ranges As String)
Parameters
- ranges
- String
The sequence of datetime ranges. Example: '[["2021-10-05T03:30:00Z", "2021-10-05T03:40:00Z"]]'.