MediaType

public enum MediaType : Int

The type of media presented or captured by the controller

  • Represents the video or movie capture or view mode

    Declaration

    Swift

    case video = 0
  • Represents the photo capture or view mode

    Declaration

    Swift

    case photo