AudioCacheControlProtocol
public protocol AudioCacheControlProtocol : AnyObject
The following methods provide control over audio caching behavior
-
The maximum total size of cached audio files in bytes. Default value
0, which means that audio cache is disabled.Declaration
Swift
var audioBufferMaxTrackCount: Int { get set } -
Undocumented
Declaration
Swift
var audioBufferMaxSize: Int { get set } -
Undocumented
Declaration
Swift
var audioCacheMaxSize: Int { get set } -
Removes all cached audio files
Declaration
Swift
func clearAudioCache()
View on GitHub
AudioCacheControlProtocol Protocol Reference