pub struct PlayerVideoOutputTagCollection { /* private fields */ }Expand description
Re-exports the AVPlayer framework surface for this item.
Mirrors the AVPlayer framework counterpart for PlayerVideoOutputTagCollection.
Implementations§
Source§impl PlayerVideoOutputTagCollection
impl PlayerVideoOutputTagCollection
Sourcepub fn from_preset(
preset: PlayerVideoOutputTagCollectionPreset,
) -> Result<Self, AVPlayerError>
pub fn from_preset( preset: PlayerVideoOutputTagCollectionPreset, ) -> Result<Self, AVPlayerError>
Calls the AVPlayer framework counterpart for from_preset.
Calls the AVPlayer framework counterpart for tags.
Trait Implementations§
impl Send for PlayerVideoOutputTagCollection
Auto Trait Implementations§
impl Freeze for PlayerVideoOutputTagCollection
impl RefUnwindSafe for PlayerVideoOutputTagCollection
impl !Sync for PlayerVideoOutputTagCollection
impl Unpin for PlayerVideoOutputTagCollection
impl UnsafeUnpin for PlayerVideoOutputTagCollection
impl UnwindSafe for PlayerVideoOutputTagCollection
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more