public class ProgressiveMovApi extends Object
Modifier and Type | Field and Description |
---|---|
CustomdataApi |
customdata |
InformationApi |
information |
Constructor and Description |
---|
ProgressiveMovApi(BitmovinApiClientFactory clientFactory) |
Modifier and Type | Method and Description |
---|---|
static BitmovinApiBuilder<ProgressiveMovApi> |
builder()
Fluent builder for creating an instance of ProgressiveMovApi
|
ProgressiveMovMuxing |
create(String encodingId,
ProgressiveMovMuxing progressiveMovMuxing)
Add Progressive MOV muxing
|
BitmovinResponse |
delete(String encodingId,
String muxingId)
Delete Progressive MOV muxing
|
ProgressiveMovMuxing |
get(String encodingId,
String muxingId)
Progressive MOV muxing details
|
PaginationResponse<ProgressiveMovMuxing> |
list(String encodingId)
List Progressive MOV muxings
|
PaginationResponse<ProgressiveMovMuxing> |
list(String encodingId,
ProgressiveMovMuxingListQueryParams queryParams)
List Progressive MOV muxings
|
public final CustomdataApi customdata
public final InformationApi information
public ProgressiveMovApi(BitmovinApiClientFactory clientFactory)
public static BitmovinApiBuilder<ProgressiveMovApi> builder()
public ProgressiveMovMuxing create(String encodingId, ProgressiveMovMuxing progressiveMovMuxing) throws BitmovinException
encodingId
- Id of the encoding. (required)progressiveMovMuxing
- The Progressive MOV muxing to be created (required)BitmovinException
- if fails to make API callpublic BitmovinResponse delete(String encodingId, String muxingId) throws BitmovinException
encodingId
- Id of the encoding. (required)muxingId
- Id of the Progressive MOV muxing (required)BitmovinException
- if fails to make API callpublic ProgressiveMovMuxing get(String encodingId, String muxingId) throws BitmovinException
encodingId
- Id of the encoding. (required)muxingId
- Id of the Progressive MOV muxing (required)BitmovinException
- if fails to make API callpublic PaginationResponse<ProgressiveMovMuxing> list(String encodingId) throws BitmovinException
encodingId
- Id of the encoding. (required)BitmovinException
- if fails to make API callpublic PaginationResponse<ProgressiveMovMuxing> list(String encodingId, ProgressiveMovMuxingListQueryParams queryParams) throws BitmovinException
encodingId
- Id of the encoding. (required)queryParams
- The query parameters for sorting, filtering and paging options (optional)BitmovinException
- if fails to make API callCopyright © 2022. All rights reserved.