Show / Hide Table of Contents

Class DvbTeletextInputStream

DvbTeletextInputStream

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

Page

Page number of the subtitles

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

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

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