Class MuxingsApi
Inheritance
System.Object
MuxingsApi
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
Syntax
Constructors
MuxingsApi(IBitmovinApiClientFactory)
Declaration
public MuxingsApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Properties
BroadcastTs
Declaration
public BroadcastTsApi BroadcastTs { get; }
Property Value
Builder
Fluent builder for creating an instance of MuxingsApi
Declaration
public static BitmovinApiBuilder<MuxingsApi> Builder { get; }
Property Value
ChunkedText
Declaration
public ChunkedTextApi ChunkedText { get; }
Property Value
Cmaf
Declaration
public CmafApi Cmaf { get; }
Property Value
Fmp4
Declaration
public Fmp4Api Fmp4 { get; }
Property Value
Mp3
Declaration
public Mp3Api Mp3 { get; }
Property Value
Mp4
Declaration
public Mp4Api Mp4 { get; }
Property Value
Mxf
Declaration
public MxfApi Mxf { get; }
Property Value
PackedAudio
Declaration
public PackedAudioApi PackedAudio { get; }
Property Value
ProgressiveMov
Declaration
public ProgressiveMovApi ProgressiveMov { get; }
Property Value
ProgressiveTs
Declaration
public ProgressiveTsApi ProgressiveTs { get; }
Property Value
ProgressiveWebm
Declaration
public ProgressiveWebmApi ProgressiveWebm { get; }
Property Value
SegmentedRaw
Declaration
public SegmentedRawApi SegmentedRaw { get; }
Property Value
Text
Declaration
public TextApi Text { get; }
Property Value
Ts
Declaration
Property Value
Type
Declaration
public TypeApi Type { get; }
Property Value
Webm
Declaration
public WebmApi Webm { get; }
Property Value
Methods
GetAsync(String, String)
Declaration
public Task<Muxing> GetAsync(string encodingId, string muxingId)
Parameters
Type |
Name |
Description |
System.String |
encodingId |
Id of the encoding. (required)
|
System.String |
muxingId |
Id of the muxing. (required)
|
Returns
Type |
Description |
System.Threading.Tasks.Task<Muxing> |
|
ListAsync(String, Func<MuxingsApi.ListQueryParams, MuxingsApi.ListQueryParams>[])
Declaration
public Task<PaginationResponse<Muxing>> ListAsync(string encodingId, params Func<MuxingsApi.ListQueryParams, MuxingsApi.ListQueryParams>[] queryParams)
Parameters
Returns