Show / Hide Table of Contents

Class DvbSubtitleInputStream

DvbSubtitleInputStream

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

Properties

InputId

ID of an Input resource defining the input storage

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

InputPath

Path to an input media file

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

Position

Position of the stream to be selected from the input file (zero-based). Must not be set in combination with selectionMode 'AUTO', defaults to 0 for any other selectionMode.

Declaration
public int? Position { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

SelectionMode

Specifies the strategy for selecting a stream from the input file. Supported values for VOD encodings: AUTO, POSITION_ABSOLUTE, SUBTITLE_RELATIVE. Supported values for LIVE encodings: POSITION_ABSOLUTE

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