Crate objc2_av_kit

Crate objc2_av_kit 

Source
Expand description

§Bindings to the AVKit framework

See Apple’s docs and the general docs on framework crates for more information.

Structs§

AVCaptureViewAVCaptureView and objc2-app-kit and macOS
AVCaptureView is a subclass of NSView that can be used to display standard user interface controls for capturing media data.
AVCaptureViewControlsStyleAVCaptureView
The inline controls pane for media recording is associated with the view.
AVDisplayDynamicRangeAVKitTypes
Describes how High Dynamic Range (HDR) video content renders.
AVPictureInPictureControllerAVPictureInPictureController
AVPictureInPictureController is a subclass of NSObject that can be used to present the contents of an AVPlayerLayer or AVPlayerView floating on top of applications.
AVPictureInPictureControllerContentSourceAVPictureInPictureController
A content source for AVPictureInPictureController.
AVPlaybackSpeedAVPlaybackSpeed
Class used to define a user selectable playback speed in a playback UI.
AVPlayerViewAVPlayerView and objc2-app-kit and macOS
AVPlayerView is a subclass of NSView that can be used to display the visual content of an AVPlayer object and the standard playback controls.
AVPlayerViewControlsStyleAVPlayerView
No controls pane is associated with the view.
AVPlayerViewTrimResultAVPlayerView
The user selected the Trim button.
AVRoutePickerViewAVRoutePickerView and objc2-app-kit and macOS
Apple’s documentation
AVRoutePickerViewButtonStateAVRoutePickerView
Normal or default state of the picker.
AVRoutePickerViewButtonStyleAVRoutePickerView
A system style for the route picker button.
AVVideoFrameAnalysisTypeAVKitTypes
The types of items that AVPlayerViewController analyzes in a paused video frame.

Traits§

AVCaptureViewDelegateAVCaptureView
Defines an interface for delegates of AVCaptureView.
AVPictureInPictureControllerDelegateAVPictureInPictureController
A protocol for delegates of AVPictureInPictureController.
AVPictureInPictureSampleBufferPlaybackDelegateAVPictureInPictureController_AVSampleBufferDisplayLayerSupport
A protocol for controlling playback from an AVSampleBufferDisplayLayer in Picture in Picture.
AVPlayerViewDelegateAVPlayerView
A protocol for delegates of AVPlayerView.
AVPlayerViewPictureInPictureDelegateAVPlayerView
Apple’s documentation
AVRoutePickerViewDelegateAVRoutePickerView
Defines an interface for delegates of AVRoutePickerView.