Show / Hide Table of Contents

Class ConvertSccCaption

ConvertSccCaption

Inheritance
System.Object
BitmovinResponse
BitmovinResource
ConvertSccCaption
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 ConvertSccCaption : BitmovinResource

Properties

FileName

Name of the captions file (required)

Declaration
public string FileName { get; set; }
Property Value
Type Description
System.String

Input

The input location to get the scc file from (required)

Declaration
public InputPath Input { get; set; }
Property Value
Type Description
InputPath

OutputFormat

OutputFormat

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

Outputs

Outputs

Declaration
public List<EncodingOutput> Outputs { get; set; }
Property Value
Type Description
System.Collections.Generic.List<EncodingOutput>

WebVttSettings

Optional settings when converting SCC to WebVTT

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