Packagefeathers.media
Classpublic class MediaTimeMode
InheritanceMediaTimeMode Inheritance Object

Product Version : Feathers 3.0.0

Formats for media playback time.



Public Constants
 ConstantDefined By
  CURRENT_AND_TOTAL_TIMES : String = "currentAndTotalTimes"
[static] The label displays the current time of the media content, followed by the total time of the media content.
MediaTimeMode
  CURRENT_TIME : String = "currentTime"
[static] The label displays only the current time of the media content.
MediaTimeMode
  REMAINING_TIME : String = "remainingTime"
[static] The label displays only the remaining time of the media content.
MediaTimeMode
  TOTAL_TIME : String = "totalTime"
[static] The label displays only the total time of the media content.
MediaTimeMode
Constant Detail
CURRENT_AND_TOTAL_TIMESConstant
public static const CURRENT_AND_TOTAL_TIMES:String = "currentAndTotalTimes"

Product Version : Feathers 3.0.0

The label displays the current time of the media content, followed by the total time of the media content.

CURRENT_TIMEConstant 
public static const CURRENT_TIME:String = "currentTime"

Product Version : Feathers 3.0.0

The label displays only the current time of the media content.

REMAINING_TIMEConstant 
public static const REMAINING_TIME:String = "remainingTime"

Product Version : Feathers 3.0.0

The label displays only the remaining time of the media content. In other words, the total time minus the current time.

TOTAL_TIMEConstant 
public static const TOTAL_TIME:String = "totalTime"

Product Version : Feathers 3.0.0

The label displays only the total time of the media content.