public class SccApi extends Object
Modifier and Type | Field and Description |
---|---|
CustomdataApi |
customdata |
Constructor and Description |
---|
SccApi(BitmovinApiClientFactory clientFactory) |
Modifier and Type | Method and Description |
---|---|
static BitmovinApiBuilder<SccApi> |
builder()
Fluent builder for creating an instance of SccApi
|
ConvertSccCaption |
create(String encodingId,
ConvertSccCaption convertSccCaption)
Convert SCC captions
|
BitmovinResponse |
delete(String encodingId,
String captionsId)
Delete Convert SCC captions
|
ConvertSccCaption |
get(String encodingId,
String captionsId)
Convert SCC captions Details
|
PaginationResponse<ConvertSccCaption> |
list(String encodingId)
List Convert SCC captions
|
PaginationResponse<ConvertSccCaption> |
list(String encodingId,
ConvertSccCaptionListQueryParams queryParams)
List Convert SCC captions
|
public final CustomdataApi customdata
public SccApi(BitmovinApiClientFactory clientFactory)
public static BitmovinApiBuilder<SccApi> builder()
public ConvertSccCaption create(String encodingId, ConvertSccCaption convertSccCaption) throws BitmovinException
encodingId
- Id of the encoding. (required)convertSccCaption
- The SCC captions to be created (required)BitmovinException
- if fails to make API callpublic BitmovinResponse delete(String encodingId, String captionsId) throws BitmovinException
encodingId
- Id of the encoding. (required)captionsId
- Id of the caption. (required)BitmovinException
- if fails to make API callpublic ConvertSccCaption get(String encodingId, String captionsId) throws BitmovinException
encodingId
- Id of the encoding. (required)captionsId
- Id of the caption. (required)BitmovinException
- if fails to make API callpublic PaginationResponse<ConvertSccCaption> list(String encodingId) throws BitmovinException
encodingId
- Id of the encoding. (required)BitmovinException
- if fails to make API callpublic PaginationResponse<ConvertSccCaption> list(String encodingId, ConvertSccCaptionListQueryParams 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 © 2023. All rights reserved.