Что такое медиаплеер Azure LowLatency HeuristicProfile? - PullRequest
0 голосов
/ 19 сентября 2018

Что такое Azure Media Player LowLatency HeuristicProfile?
Как включить LowLatency для Azure Media Services?

Найдена запись LowLatency в https://amp.azure.net/libs/amp/latest/docs/azuremediaplayer.d.ts

/**
 * Profile designed to work alongside Azure Media Services low latency feature for live streaming.
 * If low latency is not enabled on the stream, this heuristic profile will not yield a latency improvement.
 */
static LowLatency: string;
...