mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
PiP improvements
This commit is contained in:
@@ -29,6 +29,7 @@ public protocol MediaManager: class {
|
||||
func filteredPlaylistState(accountId: AccountRecordId, playlistId: SharedMediaPlaylistId, itemId: SharedMediaPlaylistItemId, type: MediaManagerPlayerType) -> Signal<SharedMediaPlayerItemPlaybackState?, NoError>
|
||||
|
||||
func setOverlayVideoNode(_ node: OverlayMediaItemNode?)
|
||||
func hasOverlayVideoNode(_ node: OverlayMediaItemNode) -> Bool
|
||||
|
||||
func audioRecorder(beginWithTone: Bool, applicationBindings: TelegramApplicationBindings, beganWithTone: @escaping (Bool) -> Void) -> Signal<ManagedAudioRecorder?, NoError>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user