Show / Hide Table of Contents

Class IngestInputStream

IngestInputStream

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

Properties

InputId

ID of an Input resource defining the input storage (required)

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

InputPath

Path to an input media file (required)

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

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