VideoMediaInfo.SegmentLength 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 or sets video segment length indicates the length of individual video files (segments) which are persisted to storage. Smaller segments provide lower archive playback latency but generate larger volume of storage transactions. Larger segments reduce the amount of storage transactions while increasing the archive playback latency. Value must be specified in ISO8601 duration format (i.e. "PT30S" equals 30 seconds) and can vary between 30 seconds to 5 minutes, in 30 seconds increments.
[Newtonsoft.Json.JsonProperty(PropertyName="segmentLength")]
public string SegmentLength { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="segmentLength")>]
member this.SegmentLength : string with get, set
Public Property SegmentLength As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute