Video API, gRPC: EpisodeService.GetManifests
Статья создана
Обновлена 17 октября 2024 г.
Returns manifest urls.
gRPC request
rpc GetManifests (GetEpisodeManifestsRequest) returns (GetEpisodeManifestsResponse)
GetEpisodeManifestsRequest
{
"episodeId": "string"
}
Field |
Description |
episodeId |
string ID of the episode. |
GetEpisodeManifestsResponse
{
"manifests": [
{
"url": "string",
"type": "ManifestType"
}
]
}
Field |
Description |
manifests[] |
Manifest
Field |
Description |
url |
string |
type |
enum ManifestType
|