VideoSourceType public enum VideoSourceType : Int Enum representing the type of a video source. Unknown Declaration Swift case Unknown = 0 Call The video source is another call. Declaration Swift case Call = 1 Camera The video source is a camera. Declaration Swift case Camera = 2 Image The video source is an image. Declaration Swift case Image = 3 © 2024 . All rights reserved. (Last updated: 2024-06-17) Generated by jazzy ♪♫ v0.14.3, a Realm project.