Class EncodingStreamInput
EncodingStreamInput
Inheritance
System.Object
EncodingStreamInput
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 EncodingStreamInput
Properties
Details
Details
Declaration
public EncodingStreamInputDetails Details { get; set; }
Property Value
Type | Description |
---|---|
EncodingStreamInputDetails |
InputId
Input id (required)
Declaration
public string InputId { get; }
Property Value
Type | Description |
---|---|
System.String |
InputPath
Path to media file (required)
Declaration
public string InputPath { get; }
Property Value
Type | Description |
---|---|
System.String |