Camera2MediaMetadata

public protocol Camera2MediaMetadata : Component

Media metadata component.

Allows to specify various metadata that will be injected in all medias produced by the camera (photo captures, video records).

  • Whether metadata have been changed and are waiting for change confirmation.

    Declaration

    Swift

    var updating: Bool { get }
  • Copyright that will be injected in produced media metadata.

    Declaration

    Swift

    var copyright: String { get set }
  • Application custom identifier that will be injected in produced media metadata.

    Declaration

    Swift

    var customId: String { get set }
  • Application custom title that will be injected in produced media metadata.

    Declaration

    Swift

    var customTitle: String { get set }