getMuxededStreams method
Gets unified streams (video + audio) for a YouTube video
Implementation
Future<Map<String, dynamic>> getMuxededStreams(
String videoId, {
int audioBitrate = 320,
String videoQuality = '1080p',
String? audioCodec,
String? videoCodec,
bool includeVideo = true,
bool includeAudio = true,
}) {
throw UnimplementedError('getUnifiedStreams() has not been implemented.');
}