Class InputStreamsApi
Inheritance
System.Object
InputStreamsApi
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()
Assembly: Bitmovin.Api.Sdk.dll
public class InputStreamsApi
Constructors
Declaration
public InputStreamsApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Properties
Declaration
public AudioMixApi AudioMix { get; }
Property Value
Fluent builder for creating an instance of InputStreamsApi
Declaration
public static BitmovinApiBuilder<InputStreamsApi> Builder { get; }
Property Value
Declaration
public CaptionsApi Captions { get; }
Property Value
Declaration
public ConcatenationApi Concatenation { get; }
Property Value
Declaration
public DolbyAtmosApi DolbyAtmos { get; }
Property Value
Declaration
public DolbyVisionApi DolbyVision { get; }
Property Value
Declaration
public FileApi File { get; }
Property Value
Declaration
public IngestApi Ingest { get; }
Property Value
Declaration
public SidecarApi Sidecar { get; }
Property Value
Declaration
public SubtitlesApi Subtitles { get; }
Property Value
Declaration
public TrimmingApi Trimming { get; }
Property Value
Declaration
public TypeApi Type { get; }
Property Value
Methods
Declaration
public Task<InputStream> GetAsync(string encodingId, string inputStreamId)
Parameters
Type |
Name |
Description |
System.String |
encodingId |
Id of the encoding. (required)
|
System.String |
inputStreamId |
Id of the input stream. (required)
|
Returns
Type |
Description |
System.Threading.Tasks.Task<InputStream> |
|
Declaration
public Task<PaginationResponse<InputStream>> ListAsync(string encodingId, params Func<InputStreamsApi.ListQueryParams, InputStreamsApi.ListQueryParams>[] queryParams)
Parameters
Returns