AlternateEnclosureLink

Get links to alternative content formats for an episode. ex) a video file or different quality audio or video files available for this episode. Taken from the tag <podcast:alternateEnclosure> in the RSS feed.
type AlternateEnclosureLink {
  " MIME type of the media "
  type: String

  " File size in bytes "
  length: Int

  " URI to the media file "
  uri: String

  " (Optional) Bitrate of media "
  bitrate: String

  " (Optional) Height in pixels (for video) "
  height: Int

  " (Optional) BCP 47 language tag "
  lang: String

  " (Optional) Human-readable title "
  title: String

  " (Optional) Relationship/grouping identifier "
  rel: String

  " (Optional) RFC 6381 codec string "
  codecs: String

  " (Optional) If true, this is the same content as the standard enclosure "
  default: Boolean

  " (Optional) Content type of this specific source, if different from the media type "
  sourceContentType: String
}
 
Example: See episodes from the Podnews Daily podcast (uuid: “027bc08a-e1b5-471a-b9eb-175dab5aba63”)