Class TimecodeTrackApi
Inheritance
System.Object
TimecodeTrackApi
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.InputStreams.Trimming.TimecodeTrack
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class TimecodeTrackApi
Constructors
TimecodeTrackApi(IBitmovinApiClientFactory)
Declaration
public TimecodeTrackApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of TimecodeTrackApi
Declaration
public static BitmovinApiBuilder<TimecodeTrackApi> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<TimecodeTrackApi> |
Methods
CreateAsync(String, TimecodeTrackTrimmingInputStream)
Add Timecode Track Trimming Input Stream
Declaration
public Task<TimecodeTrackTrimmingInputStream> CreateAsync(string encodingId, TimecodeTrackTrimmingInputStream timecodeTrackTrimmingInputStream)
Parameters
Type | Name | Description |
---|---|---|
System.String | encodingId | Id of the encoding. (required) |
TimecodeTrackTrimmingInputStream | timecodeTrackTrimmingInputStream | The Timecode Track Trimming Input Stream to be created |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<TimecodeTrackTrimmingInputStream> |
DeleteAsync(String, String)
Delete Timecode Track Trimming Input Stream
Declaration
public Task<BitmovinResponse> DeleteAsync(string encodingId, string inputStreamId)
Parameters
Type | Name | Description |
---|---|---|
System.String | encodingId | Id of the encoding. (required) |
System.String | inputStreamId | Id of the Timecode Track Trimming Input Stream. (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<BitmovinResponse> |
GetAsync(String, String)
Timecode Track Trimming Input Stream Details
Declaration
public Task<TimecodeTrackTrimmingInputStream> GetAsync(string encodingId, string inputStreamId)
Parameters
Type | Name | Description |
---|---|---|
System.String | encodingId | Id of the encoding. (required) |
System.String | inputStreamId | Id of the Timecode Track Trimming Input Stream. (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<TimecodeTrackTrimmingInputStream> |
ListAsync(String, Func<TimecodeTrackApi.ListQueryParams, TimecodeTrackApi.ListQueryParams>[])
List Timecode Track Trimming Input Streams
Declaration
public Task<PaginationResponse<TimecodeTrackTrimmingInputStream>> ListAsync(string encodingId, params Func<TimecodeTrackApi.ListQueryParams, TimecodeTrackApi.ListQueryParams>[] queryParams)
Parameters
Type | Name | Description |
---|---|---|
System.String | encodingId | Id of the encoding. (required) |
System.Func<TimecodeTrackApi.ListQueryParams, TimecodeTrackApi.ListQueryParams>[] | queryParams | The query parameters for sorting, filtering and paging options (optional) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<PaginationResponse<TimecodeTrackTrimmingInputStream>> |