Class ReuploadSettings
ReuploadSettings
Inheritance
System.Object
ReuploadSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class ReuploadSettings
Properties
DashManifestInterval
Interval in seconds to reupload the DASH manifest. Valid values are either null
to never reupload the dash manifest or at least 30
.
Declaration
public double? DashManifestInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
HlsManifestInterval
Interval in seconds to reupload the HLS master file. Valid values are either 0
to never reupload the hls manifest or at least 30
. This is currently not used, as the master file will always be uploaded when one of the playlist files has changed.
Declaration
public double? HlsManifestInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
MuxingInitFileInterval
The interval in seconds to reupload the init file for segmented muxings, e.g. fMP4, WebM. Valid values are either null
to never reupload the init file for segmented muxings or at least 30
.
Declaration
public double? MuxingInitFileInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |