Update: iOS AudioPlayer direct play with multi-track using AVQueuePlayer

This commit is contained in:
advplyr
2022-05-01 12:19:31 -05:00
parent 1e9453e501
commit a3aac4da75
4 changed files with 162 additions and 67 deletions
+2 -1
View File
@@ -61,7 +61,8 @@ class ApiClient {
}
ApiClient.postResource(endpoint: endpoint, parameters: [
"forceTranscode": "true", // TODO: direct play
"forceDirectPlay": "true",
"forceTranscode": "false", // TODO: direct play
"mediaPlayer": "AVPlayer",
], decodable: PlaybackSession.self) { obj in
var session = obj