Packagecom.adobe.mediacore.notifications
Classpublic class NotificationMetadataKeys
InheritanceNotificationMetadataKeys Inheritance Object

Holds the constants for the strings used as keys in the metadata property of the Notification class

See also

com.adobe.mediacore.notifications.Notification
com.adobe.mediacore.metadata.Metadata


Public Constants
 ConstantDefined By
  AUDIO_CODEC : String = audioCodec
[static] The key used for storing the name of the audio codec.
NotificationMetadataKeys
  BACKUP_RANK : String = backupRank
[static] The key used for the rank of a selected backup.
NotificationMetadataKeys
  BITRATE : String = bitrate
[static] The key used for storing the bitrate
NotificationMetadataKeys
  CURRENT_MEDIA_TIME : String = currentTime
[static] The key used for storing current media time
NotificationMetadataKeys
  DESCRIPTION : String = description
[static] The key used for storing the a description text associated with some error.
NotificationMetadataKeys
  INVALID_VALUE : String = invalidValue
[static] The key used for storing the invalid value
NotificationMetadataKeys
  LANGUAGE : String = language
[static] The key used for storing the name of a language.
NotificationMetadataKeys
  MAJOR_DRM_CODE : String = drmNativeErrorId
[static] The key used for storing the error code returned by DRMManager.
NotificationMetadataKeys
  MEDIA_TYPE : String = mediaType
[static] The key used for storing the type of media the event is referring to.
NotificationMetadataKeys
  MINOR_DRM_CODE : String = drmNativeSuberrorId
[static] The key used for storing the suberror code returned by DRMManager.
NotificationMetadataKeys
  NATIVE_ERROR_CODE : String = playbackErrorNativeErrorId
[static] The key used for storing the suberror code returned by teh internal playback engine.
NotificationMetadataKeys
  PLAYBACK_RATE : String = playbackRate
[static] The key used for storing the playback rate
NotificationMetadataKeys
  REASON : String = reason
[static] The key used for storing the reason for a taken action
NotificationMetadataKeys
  SEEK_TIME : String = seekTime
[static] The key used for storing time requested at seek
NotificationMetadataKeys
  TIME_RANGE : String = timeRange
[static] The key used for storing time range on timeline events
NotificationMetadataKeys
  TRACK_ID : String = trackId
[static] The key used for storing the track id (e.g.
NotificationMetadataKeys
  URL : String = url
[static] The key used for a URL entry
NotificationMetadataKeys
Constant Detail
AUDIO_CODECConstant
public static const AUDIO_CODEC:String = audioCodec

The key used for storing the name of the audio codec.

BACKUP_RANKConstant 
public static const BACKUP_RANK:String = backupRank

The key used for the rank of a selected backup.

BITRATEConstant 
public static const BITRATE:String = bitrate

The key used for storing the bitrate

CURRENT_MEDIA_TIMEConstant 
public static const CURRENT_MEDIA_TIME:String = currentTime

The key used for storing current media time

DESCRIPTIONConstant 
public static const DESCRIPTION:String = description

The key used for storing the a description text associated with some error.

INVALID_VALUEConstant 
public static const INVALID_VALUE:String = invalidValue

The key used for storing the invalid value

LANGUAGEConstant 
public static const LANGUAGE:String = language

The key used for storing the name of a language.

MAJOR_DRM_CODEConstant 
public static const MAJOR_DRM_CODE:String = drmNativeErrorId

The key used for storing the error code returned by DRMManager.

MEDIA_TYPEConstant 
public static const MEDIA_TYPE:String = mediaType

The key used for storing the type of media the event is referring to.

MINOR_DRM_CODEConstant 
public static const MINOR_DRM_CODE:String = drmNativeSuberrorId

The key used for storing the suberror code returned by DRMManager.

NATIVE_ERROR_CODEConstant 
public static const NATIVE_ERROR_CODE:String = playbackErrorNativeErrorId

The key used for storing the suberror code returned by teh internal playback engine.

PLAYBACK_RATEConstant 
public static const PLAYBACK_RATE:String = playbackRate

The key used for storing the playback rate

REASONConstant 
public static const REASON:String = reason

The key used for storing the reason for a taken action

SEEK_TIMEConstant 
public static const SEEK_TIME:String = seekTime

The key used for storing time requested at seek

TIME_RANGEConstant 
public static const TIME_RANGE:String = timeRange

The key used for storing time range on timeline events

TRACK_IDConstant 
public static const TRACK_ID:String = trackId

The key used for storing the track id (e.g. in case of LBA)

URLConstant 
public static const URL:String = url

The key used for a URL entry