Type Aliases

The following type aliases are available globally.

  • Optional role metadata attached to tracks/renditions.

    Declaration

    Swift

    public typealias Roles = [String : String]
  • Optional implementation-specific properties attached to tracks/renditions.

    Declaration

    Swift

    public typealias Properties = [String : String]