Cargo Features
[dependencies]
objc2-av-kit = { version = "0.3.0", default-features = false, features = ["std", "alloc", "bitflags", "block2", "objc2-app-kit", "objc2-av-foundation", "objc2-core-foundation", "objc2-core-media", "AVCaptureView", "AVKitDefines", "AVKitTypes", "AVPictureInPictureController", "AVPictureInPictureController_AVSampleBufferDisplayLayerSupport", "AVPlaybackSpeed", "AVPlayerView", "AVRoutePickerView"] }
- default = AVCaptureView, AVKitCore, AVKitDefines, AVKitTypes, AVPictureInPictureController, AVPictureInPictureController_AVSampleBufferDisplayLayerSupport, AVPlaybackSpeed, AVPlayerView, AVRoutePickerView, bitflags, block2, objc2-app-kit, objc2-av-foundation, objc2-core-foundation, objc2-core-media, std
-
These default features are set whenever
objc2-av-kit
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
- bitflags default AVKitTypes
-
Enables bitflags
- block2 default
-
Enables block2
- objc2-app-kit default
-
Enables objc2-app-kit
- objc2-av-foundation default
-
Enables objc2-av-foundation
- objc2-core-foundation default
-
Enables objc2-core-foundation
- objc2-core-media default
-
Enables objc2-core-media
- AVCaptureView default
-
Enables NSCoder, NSGeometry, NSObject and objc2-core-foundation of objc2-foundation
- AVKitCore AVKitDefines default
- AVKitTypes default = bitflags
- AVPictureInPictureController default
-
Enables NSError of objc2-foundation
- AVPictureInPictureController_AVSampleBufferDisplayLayerSupport default
- AVPlaybackSpeed default
-
Enables NSArray and NSString of objc2-foundation
- AVPlayerView default
-
Enables NSArray, NSCoder, NSError, NSGeometry, NSObject, NSString and objc2-core-foundation of objc2-foundation
- AVRoutePickerView default
-
Enables NSCoder, NSGeometry, NSObject and objc2-core-foundation of objc2-foundation
objc2-av-kit has 17 features without comments.