Show / Hide Table of Contents

Class WebVttConfiguration

WebVttConfiguration

Inheritance
System.Object
BitmovinResponse
BitmovinResource
CodecConfiguration
SubtitleConfiguration
WebVttConfiguration
Inherited Members
BitmovinResource.Name
BitmovinResource.Description
BitmovinResource.CreatedAt
BitmovinResource.ModifiedAt
BitmovinResource.CustomData
BitmovinResponse.Id
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 WebVttConfiguration : SubtitleConfiguration

Properties

AppendOptionalZeroHour

If set to true, the hours section on webvtt timestamp values will explicitely have zeroes instead of being omitted for values where hours = 0.

Declaration
public bool? AppendOptionalZeroHour { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

CueIdentifierPolicy

CueIdentifierPolicy

Declaration
public WebVttCueIdentifierPolicy? CueIdentifierPolicy { get; set; }
Property Value
Type Description
System.Nullable<WebVttCueIdentifierPolicy>

IgnoreRegion

If set to true, the region information of the resulting webvtt file will be omitted. Defaults to false.

Declaration
public bool? IgnoreRegion { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Styling

Styling

Declaration
public WebVttStyling Styling { get; set; }
Property Value
Type Description
WebVttStyling
Back to top Generated by DocFX