Packagecom.akamai.media
Classpublic final class MediaType
InheritanceMediaType Inheritance Object

MediaType indentifies the various types of media that can be played over the Akamai Network.



Public Constants
 ConstantDefined By
  AMD_LIVE : String = akamai-live-streaming
[static]
MediaType
  AMD_ONDEMAND : String = akamai-ondemand-streaming
[static] Akamai Media Delivery on-demand streaming.
MediaType
  AMD_PROGRESSIVE : String = akamai-progressive
[static] Akamai Media Delivery progressive download.
MediaType
  FMS_MBR : String = akamai-multi-bitrate
[static] Adobe Flash Media Server multi-bitrate.
MediaType
  HDN_ADOBE_HTTP : String = akamai-hdn-adobe-http
[static] Akamai HD Network Adobe HTTP Dynamic Streaming
MediaType
  HDN_MBR : String = akamai-hdn-multi-bitrate
[static] Akamai HD Network multi-bitrate.
MediaType
  HDN_SBR : String = akamai-hdn-single-bitrate
[static] Akamai HD Network single bitrate stream.
MediaType
  UNKNOWN : String
[static] Unknown, meaning the library cannot determine the type of media.
MediaType
Constant Detail
AMD_LIVEConstant
public static const AMD_LIVE:String = akamai-live-streaming

AMD_ONDEMANDConstant 
public static const AMD_ONDEMAND:String = akamai-ondemand-streaming

Akamai Media Delivery on-demand streaming.

AMD_PROGRESSIVEConstant 
public static const AMD_PROGRESSIVE:String = akamai-progressive

Akamai Media Delivery progressive download.

FMS_MBRConstant 
public static const FMS_MBR:String = akamai-multi-bitrate

Adobe Flash Media Server multi-bitrate.

HDN_ADOBE_HTTPConstant 
public static const HDN_ADOBE_HTTP:String = akamai-hdn-adobe-http

Akamai HD Network Adobe HTTP Dynamic Streaming

HDN_MBRConstant 
public static const HDN_MBR:String = akamai-hdn-multi-bitrate

Akamai HD Network multi-bitrate.

HDN_SBRConstant 
public static const HDN_SBR:String = akamai-hdn-single-bitrate

Akamai HD Network single bitrate stream.

UNKNOWNConstant 
public static const UNKNOWN:String

Unknown, meaning the library cannot determine the type of media.