VerizonMediaAssetType

@available(*, deprecated, message: "This enumeration will be removed with the next major release.")
public enum VerizonMediaAssetType : String, Codable

The type of a Verizon Media Asset.

Remark

Can be used to specify the asset type of a VerizonMediaSource.
  • A Video-on-demand content asset.

    Declaration

    Swift

    case ASSET = "asset"
  • A Live content channel.

    Declaration

    Swift

    case CHANNEL = "channel"
  • A Live event.

    Declaration

    Swift

    case EVENT = "event"