Class SegmentedRawApi
Inheritance
System.Object
SegmentedRawApi
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.Encoding.Encodings.Muxings.SegmentedRaw
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class SegmentedRawApi
Constructors
SegmentedRawApi(IBitmovinApiClientFactory)
Declaration
public SegmentedRawApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of SegmentedRawApi
Declaration
public static BitmovinApiBuilder<SegmentedRawApi> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<SegmentedRawApi> |
Customdata
Declaration
public CustomdataApi Customdata { get; }
Property Value
Type | Description |
---|---|
CustomdataApi |
Methods
CreateAsync(String, SegmentedRawMuxing)
Add Segmented RAW muxing
Declaration
public Task<SegmentedRawMuxing> CreateAsync(string encodingId, SegmentedRawMuxing segmentedRawMuxing)
Parameters
Type | Name | Description |
---|---|---|
System.String | encodingId | Id of the encoding. (required) |
SegmentedRawMuxing | segmentedRawMuxing | The Segmented RAW muxing to be created |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<SegmentedRawMuxing> |
DeleteAsync(String, String)
Delete Segmented RAW muxing
Declaration
public Task<BitmovinResponse> DeleteAsync(string encodingId, string muxingId)
Parameters
Type | Name | Description |
---|---|---|
System.String | encodingId | Id of the encoding. (required) |
System.String | muxingId | Id of the Segmented RAW muxing (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<BitmovinResponse> |
GetAsync(String, String)
Segmented RAW muxing details
Declaration
public Task<SegmentedRawMuxing> GetAsync(string encodingId, string muxingId)
Parameters
Type | Name | Description |
---|---|---|
System.String | encodingId | Id of the encoding. (required) |
System.String | muxingId | Id of the Segmented RAW muxing (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<SegmentedRawMuxing> |
ListAsync(String, Func<SegmentedRawApi.ListQueryParams, SegmentedRawApi.ListQueryParams>[])
List Segmented RAW muxings
Declaration
public Task<PaginationResponse<SegmentedRawMuxing>> ListAsync(string encodingId, params Func<SegmentedRawApi.ListQueryParams, SegmentedRawApi.ListQueryParams>[] queryParams)
Parameters
Type | Name | Description |
---|---|---|
System.String | encodingId | Id of the encoding. (required) |
System.Func<SegmentedRawApi.ListQueryParams, SegmentedRawApi.ListQueryParams>[] | queryParams | The query parameters for sorting, filtering and paging options (optional) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<PaginationResponse<SegmentedRawMuxing>> |