Migrate exoplayer to media3

This commit is contained in:
ThomasSession
2024-08-12 11:01:47 +10:00
committed by fanchao
parent fb937ee292
commit d82c5b6a1b
13 changed files with 86 additions and 345 deletions

View File

@@ -162,7 +162,7 @@ class ConversationVolatileConfig(pointer: Long): ConfigBase(pointer) {
external fun allOneToOnes(): List<Conversation.OneToOne>
external fun allCommunities(): List<Conversation.Community>
external fun allLegacyClosedGroups(): List<Conversation.LegacyGroup>
external fun all(): List<Conversation>
external fun all(): List<Conversation?>
}