| Package | com.adobe.mediacore.notifications |
| Class | public class NotificationMetadataKeys |
| Inheritance | NotificationMetadataKeys Object |
See also
| Constant | Defined 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 | ||
| AUDIO_CODEC | Constant |
public static const AUDIO_CODEC:String = audioCodecThe key used for storing the name of the audio codec.
| BACKUP_RANK | Constant |
public static const BACKUP_RANK:String = backupRankThe key used for the rank of a selected backup.
| BITRATE | Constant |
public static const BITRATE:String = bitrateThe key used for storing the bitrate
| CURRENT_MEDIA_TIME | Constant |
public static const CURRENT_MEDIA_TIME:String = currentTimeThe key used for storing current media time
| DESCRIPTION | Constant |
public static const DESCRIPTION:String = descriptionThe key used for storing the a description text associated with some error.
| INVALID_VALUE | Constant |
public static const INVALID_VALUE:String = invalidValueThe key used for storing the invalid value
| LANGUAGE | Constant |
public static const LANGUAGE:String = languageThe key used for storing the name of a language.
| MAJOR_DRM_CODE | Constant |
public static const MAJOR_DRM_CODE:String = drmNativeErrorIdThe key used for storing the error code returned by DRMManager.
| MEDIA_TYPE | Constant |
public static const MEDIA_TYPE:String = mediaTypeThe key used for storing the type of media the event is referring to.
| MINOR_DRM_CODE | Constant |
public static const MINOR_DRM_CODE:String = drmNativeSuberrorIdThe key used for storing the suberror code returned by DRMManager.
| NATIVE_ERROR_CODE | Constant |
public static const NATIVE_ERROR_CODE:String = playbackErrorNativeErrorIdThe key used for storing the suberror code returned by teh internal playback engine.
| PLAYBACK_RATE | Constant |
public static const PLAYBACK_RATE:String = playbackRateThe key used for storing the playback rate
| REASON | Constant |
public static const REASON:String = reasonThe key used for storing the reason for a taken action
| SEEK_TIME | Constant |
public static const SEEK_TIME:String = seekTimeThe key used for storing time requested at seek
| TIME_RANGE | Constant |
public static const TIME_RANGE:String = timeRangeThe key used for storing time range on timeline events
| TRACK_ID | Constant |
public static const TRACK_ID:String = trackIdThe key used for storing the track id (e.g. in case of LBA)
| URL | Constant |
public static const URL:String = urlThe key used for a URL entry