Show / Hide Table of Contents

Class WebVttSidecarFile

An external WebVTT file that is added to an encoding. The size limit for a sidecar file is 10 MB

Inheritance
System.Object
BitmovinResponse
BitmovinResource
SidecarFile
WebVttSidecarFile
Inherited Members
SidecarFile.InputId
SidecarFile.InputPath
SidecarFile.Outputs
SidecarFile.ErrorMode
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 WebVttSidecarFile : SidecarFile

Properties

Segmentation

Segmentation

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