You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this amazing piece of code.
i want to be able to get the timedMetadata from CachingPlayerItem , i've added addObserver(self, forKeyPath: "timedMetadata", options: NSKeyValueObservingOptions.new, context: nil)
and
if keyPath != "timedMetadata" { return }
let data: AVPlayerItem = object as! AVPlayerItem
for item in data.timedMetadata! {
print("from caching = \(item.value!)")
}
but i can't get anything can you please help me
regards
The text was updated successfully, but these errors were encountered:
Thanks for this amazing piece of code.
i want to be able to get the timedMetadata from CachingPlayerItem , i've added
addObserver(self, forKeyPath: "timedMetadata", options: NSKeyValueObservingOptions.new, context: nil)
and
but i can't get anything can you please help me
regards
The text was updated successfully, but these errors were encountered: