Package | Description |
---|---|
com.bitmovin.api.sdk.encoding.manifests.dash.periods.adaptationsets.representations.mp4.drm |
Modifier and Type | Method and Description |
---|---|
DashMp4DrmRepresentation |
DrmApi.create(String manifestId,
String periodId,
String adaptationsetId,
DashMp4DrmRepresentation dashMp4DrmRepresentation)
Add DRM MP4 Representation
|
DashMp4DrmRepresentation |
DrmApi.get(String manifestId,
String periodId,
String adaptationsetId,
String representationId)
DRM MP4 Representation Details
|
Modifier and Type | Method and Description |
---|---|
PaginationResponse<DashMp4DrmRepresentation> |
DrmApi.list(String manifestId,
String periodId,
String adaptationsetId)
List all DRM MP4 Representations
|
PaginationResponse<DashMp4DrmRepresentation> |
DrmApi.list(String manifestId,
String periodId,
String adaptationsetId,
DashMp4DrmRepresentationListQueryParams queryParams)
List all DRM MP4 Representations
|
Modifier and Type | Method and Description |
---|---|
DashMp4DrmRepresentation |
DrmApi.create(String manifestId,
String periodId,
String adaptationsetId,
DashMp4DrmRepresentation dashMp4DrmRepresentation)
Add DRM MP4 Representation
|
Copyright © 2022. All rights reserved.