Show / Hide Table of Contents

Class Cea608708SubtitleConfiguration

Cea608708SubtitleConfiguration

Inheritance
System.Object
Cea608708SubtitleConfiguration
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 Cea608708SubtitleConfiguration

Properties

PassthroughActivated

If enabled, CEA 608 an CEA 708 subtitles will be copied from the input video stream to the output video stream. Note: This does not work, if the output framerate is different than the input framerate (except doubling the framerate with deinterlacing per field)

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

PassthroughMode

PassthroughMode

Declaration
public PassthroughMode? PassthroughMode { get; set; }
Property Value
Type Description
System.Nullable<PassthroughMode>
Back to top Generated by DocFX