Crate objc2_av_routing

Crate objc2_av_routing 

Source
Expand description

§Bindings to the AVRouting framework

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

Structs§

AVCustomDeviceRouteAVCustomDeviceRoute
An object that represents a custom device route.
AVCustomRoutingActionItemAVCustomRoutingActionItem
An object that represents a custom action item to display in a device route picker.
AVCustomRoutingControllerAVCustomRoutingController
An object that manages the connection from a device to a destination.
AVCustomRoutingEventAVCustomRoutingEvent
An object that represents an event that occurs on a route.
AVCustomRoutingEventReasonAVCustomRoutingEvent
Values that indicate the reason for a routing event.
AVCustomRoutingPartialIPAVCustomRoutingController
Represents a full or partial IP address.

Statics§

AVCustomRoutingControllerAuthorizedRoutesDidChangeNotificationAVCustomRoutingController
A notification the system posts when the list of authorized routes changes.

Traits§

AVCustomRoutingControllerDelegateAVCustomRoutingController
A protocol for delegates of a custom routing controller.