Packagecom.akamai.net.f4f.hds
Classpublic class AkamaiStreamType
InheritanceAkamaiStreamType Inheritance Object

Contains Stream information pertaining to type, meaning live, archived live and on-demand. Also contains types for DVR availability.



Public Constants
 ConstantDefined By
  AKAMAI_STREAM_TYPE_AMD_VOD : String = amd-vod
[static] Jira HDCORE-141 https://gsd.akamai.com/jira/browse/HDCORE-141 An AMD VoD stream.
AkamaiStreamType
  AKAMAI_STREAM_TYPE_ARCHIVED_LIVE : String = archivedLive
[static] An archived live (formerly live) stream.
AkamaiStreamType
  AKAMAI_STREAM_TYPE_LIVE : String = live
[static] A live stream.
AkamaiStreamType
  AKAMAI_STREAM_TYPE_VOD : String = vod
[static] A Video On Demand stream.
AkamaiStreamType
  DVR_AVAILABILITY_FULL : String = full
[static] Full, unlimited DVR is available for the live stream.
AkamaiStreamType
  DVR_AVAILABILITY_LIMITED : String = limited
[static] Limited DVR (also known as a DVR Window) is available for the live stream.
AkamaiStreamType
  DVR_AVAILABILITY_NONE : String = none
[static] No DVR is available for the live stream.
AkamaiStreamType
  DVR_AVAILABILITY_UNKNOWN : String
[static] There is no DVR available or it is undefined for the current stream.
AkamaiStreamType
Constant Detail
AKAMAI_STREAM_TYPE_AMD_VODConstant
public static const AKAMAI_STREAM_TYPE_AMD_VOD:String = amd-vod

Jira HDCORE-141 https://gsd.akamai.com/jira/browse/HDCORE-141 An AMD VoD stream.

AKAMAI_STREAM_TYPE_ARCHIVED_LIVEConstant 
public static const AKAMAI_STREAM_TYPE_ARCHIVED_LIVE:String = archivedLive

An archived live (formerly live) stream.

AKAMAI_STREAM_TYPE_LIVEConstant 
public static const AKAMAI_STREAM_TYPE_LIVE:String = live

A live stream.

AKAMAI_STREAM_TYPE_VODConstant 
public static const AKAMAI_STREAM_TYPE_VOD:String = vod

A Video On Demand stream.

DVR_AVAILABILITY_FULLConstant 
public static const DVR_AVAILABILITY_FULL:String = full

Full, unlimited DVR is available for the live stream.

DVR_AVAILABILITY_LIMITEDConstant 
public static const DVR_AVAILABILITY_LIMITED:String = limited

Limited DVR (also known as a DVR Window) is available for the live stream.

DVR_AVAILABILITY_NONEConstant 
public static const DVR_AVAILABILITY_NONE:String = none

No DVR is available for the live stream.

DVR_AVAILABILITY_UNKNOWNConstant 
public static const DVR_AVAILABILITY_UNKNOWN:String

There is no DVR available or it is undefined for the current stream.