Trait AVPlayerItemIntegratedTimelineObserver

Source
pub unsafe trait AVPlayerItemIntegratedTimelineObserver: NSObjectProtocol { }
Available on crate feature AVPlayerItemIntegratedTimeline only.
Expand description

Defines protocol for objects returned from timeline observer routines.

See also Apple’s documentation

Trait Implementations§

Source§

impl ProtocolType for dyn AVPlayerItemIntegratedTimelineObserver

Source§

const NAME: &'static str = "AVPlayerItemIntegratedTimelineObserver"

The name of the Objective-C protocol that this type represents. Read more
Source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
Source§

impl<T> ImplementedBy<T> for dyn AVPlayerItemIntegratedTimelineObserver

Implementations on Foreign Types§

Source§

impl<T> AVPlayerItemIntegratedTimelineObserver for ProtocolObject<T>

Implementors§