#[repr(transparent)]pub struct AVExternalSyncDeviceStatus(pub NSInteger);AVExternalSyncDevice only.Expand description
Connection state of an external sync device
See also Apple’s documentation
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl AVExternalSyncDeviceStatus
impl AVExternalSyncDeviceStatus
Indicates that external sync signal is not connected, or has transitioned to a state that is not recoverable.
Sourcepub const Ready: Self
pub const Ready: Self
Indicates that a device supporting external sync is connected, but calibration has not started.
Sourcepub const Calibrating: Self
pub const Calibrating: Self
Indicates that the external sync signal is connected and that the AVExternalSyncDevice object is calibrating to follow.
Sourcepub const ActiveSync: Self
pub const ActiveSync: Self
Indicates that the AVExternalSyncDevice object is running and that the clock property on AVExternalSyncDevice is calibrated to the external sync signal.
Sourcepub const FreeRunSync: Self
pub const FreeRunSync: Self
Indicates that the AVExternalSyncDevice was calibrated to follow the external sync, but the sync signal has been lost. The camera will continue to match the last signal it received, but sync is not guaranteed.
Trait Implementations§
Source§impl Clone for AVExternalSyncDeviceStatus
impl Clone for AVExternalSyncDeviceStatus
Source§fn clone(&self) -> AVExternalSyncDeviceStatus
fn clone(&self) -> AVExternalSyncDeviceStatus
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more