MediaControlProperty
Package | qnx.ui.media |
Class | public class MediaControlProperty |
Inheritance | MediaControlProperty ![]() |
The
MediaControlProperty
class provides constant values for the MediaControl.setProperty()
method.
Class information: |
---|
PlayBook Tablet OS Version: 1.0.6 |
See also
MediaControl.setProperty()
MediaControl.getProperty()
Public Constants
Constant | Defined By | ||
---|---|---|---|
AUDIO_BOOST : String = audioBoost [static]
Passed into the MediaControl.setProperty() method to
set the value of the audioBoostEnabled property on the VolumeSlider in the MediaControl component. | MediaControlProperty | ||
DURATION : String = duration [static]
Passed into the MediaControl.setProperty() method to set the value
of the duration property in the MediaControl component. | MediaControlProperty | ||
FULLSCREEN : String = fullscreen [static]
Passed into the MediaControl.setProperty() method to
set the value of the fullscreen property in the MediaControl component. | MediaControlProperty | ||
MAX_VOLUME : String = maxVolume [static]
Passed into the MediaControl.setProperty() method to
set the maximum allowed volume on the VolumeSlider in the MediaControl component. | MediaControlProperty | ||
POSITION : String = position [static]
Passed into the MediaControl.setProperty() method to set
the value of the position property in the MediaControl component. | MediaControlProperty | ||
VOLUME : String = volume [static]
Passed into the MediaControl.setProperty() method to
set the value of the volume property in the MediaControl component. | MediaControlProperty |
Constant Detail
AUDIO_BOOST
public static const AUDIO_BOOST:String = audioBoost |
Passed into the MediaControl.setProperty()
method to
set the value of the audioBoostEnabled property on the VolumeSlider in the MediaControl
component.
DURATION
public static const DURATION:String = duration |
Passed into the MediaControl.setProperty()
method to set the value
of the duration property in the MediaControl
component.
FULLSCREEN
public static const FULLSCREEN:String = fullscreen |
Passed into the MediaControl.setProperty()
method to
set the value of the fullscreen property in the MediaControl
component.
MAX_VOLUME
public static const MAX_VOLUME:String = maxVolume |
Passed into the MediaControl.setProperty()
method to
set the maximum allowed volume on the VolumeSlider in the MediaControl
component.
POSITION
public static const POSITION:String = position |
Passed into the MediaControl.setProperty()
method to set
the value of the position property in the MediaControl
component.
VOLUME
public static const VOLUME:String = volume |
Passed into the MediaControl.setProperty()
method to
set the value of the volume property in the MediaControl
component.