Add setAndroidAudioAttributes and androidAudioSessionIdStream.
This commit is contained in:
parent
ed9a5ffdce
commit
64d55345f8
4 changed files with 111 additions and 1 deletions
|
|
@ -96,6 +96,8 @@ abstract class JustAudioPlayer {
|
|||
return await concatenatingMove(args[0], args[1], args[2]);
|
||||
case "concatenating.clear":
|
||||
return await concatenatingClear(args[0]);
|
||||
case "setAndroidAudioAttributes":
|
||||
return null;
|
||||
default:
|
||||
throw PlatformException(code: 'Unimplemented');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue