A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
value — Property, class com.adobe.mediacore.events.MetadataEvent |
|
The value associated with this event. |
valueAdd — Event, class com.adobe.mediacore.metadata.Metadata |
|
Dispatched when a value is added on the metadata
|
VALUE_ADD — Constant Static Property, class com.adobe.mediacore.events.MetadataEvent |
|
Event dispatched when a new value has been added
to the specified metadata. |
valueChange — Event, class com.adobe.mediacore.metadata.Metadata |
|
Dispatched when a value is changed on the metadata
|
VALUE_CHANGE — Constant Static Property, class com.adobe.mediacore.events.MetadataEvent |
|
Event dispatched when an existing value has beein change. |
valueRemove — Event, class com.adobe.mediacore.metadata.Metadata |
|
Dispatched when a value is removed from the metadata
|
VALUE_REMOVE — Constant Static Property, class com.adobe.mediacore.events.MetadataEvent |
|
Event dispatched when an existing value has been removed
form the specified metadata. |
version — Static Property, class com.adobe.mediacore.utils.Version |
|
The version string in the format of {major}.{minor}.{build}
The version comparison rules are as follows, assuming there are v1 and v2:
v1 > v2, if ((v1.major > v2.major) ||
(v1.major == v2.major && v1.minor > v2.minor) ||
(v1.major == v2.major && v1.minor == v2.minor && v1.build > v2.build))
v1 == v2, if (v1.major == v2.major &&
v1.minor == v2.minor &&
v1.build == v2.build)
v1 < v2 //otherwise
|
Version — class, package com.adobe.mediacore.utils |
|
Utility class that exposes PSDK version information. |
videoCodec — Property, class com.adobe.mediacore.Rendition |
|
The video codec of the rendition
|
videoDeblocking — Property, class com.adobe.mediacore.ViewRenderingProperties |
|
The video deblocking used when the view is using Video instead of
StageVideo. |
videoRenditions — Property, class com.adobe.mediacore.MediaPlayerItem |
|
The available video renditions from the stream representing all
the qualities available for playback.
|
videoSize — Property, class com.adobe.mediacore.MediaPlayerItem |
|
Size of the video. |
videoSmoothing — Property, class com.adobe.mediacore.ViewRenderingProperties |
|
The video smoothing used when the view is using Video instead of
StageVideo. |
view — Property, interface com.adobe.mediacore.MediaPlayer |
|
The video view which will host the playback surface. |
viewIsUsingStageVideo — Property, interface com.adobe.mediacore.MediaPlayer |
|
States whether the view is using a stage video or not. |
viewRenderingProperties — Property, interface com.adobe.mediacore.MediaPlayer |
|
Settings for configuring the underlying StageVideo or Video
rendering engines
|
ViewRenderingProperties — class, package com.adobe.mediacore |
| |
ViewRenderingProperties(useStageVideoIfAvailable:Boolean, stageVideoDepth:uint, videoSmoothing:Boolean, videoDeblocking:int) — Constructor, class com.adobe.mediacore.ViewRenderingProperties |
| |
viewScaleMode — Property, interface com.adobe.mediacore.MediaPlayer |
|
Scaling policy for video display. |
ViewScaleMode — final class, package com.adobe.mediacore |
|
Class providing string constants to be used with MediaPlayer viewScaleMode
property. |
viewVideoBounds — Property, interface com.adobe.mediacore.MediaPlayer |
|
The current bounds of the video, expressed in coordinates local to MediaPlayer.view. |
volume — Property, interface com.adobe.mediacore.MediaPlayer |
|
Volume of the media. |
volume — Property, class com.adobe.mediacore.events.AudioChangeEvent |
|
New volume value resulting from this change. |
volumeChange — Event, interface com.adobe.mediacore.MediaPlayer |
|
Dispatched when the volume property of the media player changes. |
VOLUME_CHANGE — Constant Static Property, class com.adobe.mediacore.events.AudioChangeEvent |
|
The AudioChangeEvent.VOLUME_CHANGE constant defines the value
of the type property of the event object for a volumeChange
event. |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |