pub enum CameraEventType {
Show 14 variants VideoStart, VideoSplit, VideoEnd, PhotoTaken, VideoSecondStreamStart, VideoSecondStreamSplit, VideoSecondStreamEnd, VideoSplitStart, VideoSecondStreamSplitStart, VideoPause, VideoSecondStreamPause, VideoResume, VideoSecondStreamResume, Unknown,
}

Variants

VideoStart

Start of video recording

VideoSplit

Mark of video file split (end of one file, beginning of the other)

VideoEnd

End of video recording

PhotoTaken

Still photo taken

VideoSecondStreamStart

VideoSecondStreamSplit

VideoSecondStreamEnd

VideoSplitStart

Mark of video file split start

VideoSecondStreamSplitStart

VideoPause

Mark when a video recording has been paused

VideoSecondStreamPause

VideoResume

Mark when a video recording has been resumed

VideoSecondStreamResume

Unknown

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.