getControls static method
Implementation
static List<String> getControls(StreamType mediaType) {
return controls[mediaType] ?? controls[StreamType.onDemand]!;
}
static List<String> getControls(StreamType mediaType) {
return controls[mediaType] ?? controls[StreamType.onDemand]!;
}