Package | Description |
---|---|
com.bitmovin.api.sdk.encoding.manifests.dash.periods.adaptationsets.representations.cmaf |
Modifier and Type | Method and Description |
---|---|
DashCmafRepresentation |
CmafApi.create(String manifestId,
String periodId,
String adaptationsetId,
DashCmafRepresentation dashCmafRepresentation)
Add CMAF Representation
|
DashCmafRepresentation |
CmafApi.get(String manifestId,
String periodId,
String adaptationsetId,
String representationId)
CMAF Representation Details
|
Modifier and Type | Method and Description |
---|---|
PaginationResponse<DashCmafRepresentation> |
CmafApi.list(String manifestId,
String periodId,
String adaptationsetId)
List all CMAF Representations
|
PaginationResponse<DashCmafRepresentation> |
CmafApi.list(String manifestId,
String periodId,
String adaptationsetId,
DashCmafRepresentationListQueryParams queryParams)
List all CMAF Representations
|
Modifier and Type | Method and Description |
---|---|
DashCmafRepresentation |
CmafApi.create(String manifestId,
String periodId,
String adaptationsetId,
DashCmafRepresentation dashCmafRepresentation)
Add CMAF Representation
|
Copyright © 2022. All rights reserved.