getControls static method

List<String> getControls(
  1. StreamType mediaType
)

Implementation

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