Packagecom.adobe.mediacore
Classpublic class ViewRenderingProperties
InheritanceViewRenderingProperties Inheritance Object



Public Properties
 PropertyDefined By
  internalPlayer : OSMFMediaPlayer
ViewRenderingProperties
  stageVideoDepth : uint
The stage video depth.
ViewRenderingProperties
  useStageVideoIfAvailable : Boolean
States whether the media player should attempt to use stage video or not.
ViewRenderingProperties
  videoDeblocking : int
The video deblocking used when the view is using Video instead of StageVideo.
ViewRenderingProperties
  videoSmoothing : Boolean
The video smoothing used when the view is using Video instead of StageVideo.
ViewRenderingProperties
Public Methods
 MethodDefined By
  
ViewRenderingProperties(useStageVideoIfAvailable:Boolean = true, stageVideoDepth:uint = 0, videoSmoothing:Boolean = false, videoDeblocking:int = 0)
ViewRenderingProperties
Property Detail
internalPlayerproperty
internalPlayer:OSMFMediaPlayer


Implementation
    public function get internalPlayer():OSMFMediaPlayer
    public function set internalPlayer(value:OSMFMediaPlayer):void
stageVideoDepthproperty 
stageVideoDepth:uint

The stage video depth. The depth will instruct the different stage videos on the stage to overlap according to the depth. A higher value will assure the stage video will be displayed over a stage video with a lower depth.


Implementation
    public function get stageVideoDepth():uint
    public function set stageVideoDepth(value:uint):void
useStageVideoIfAvailableproperty 
useStageVideoIfAvailable:Boolean

States whether the media player should attempt to use stage video or not. Setting this to false switches the renderer to Video instantly. When setting this to true, the media player will attempt to get a stage video instance and use it, but if it fails, it will fallback to a Video instance instead. By default, the media player attempts to use a stage video instance.


Implementation
    public function get useStageVideoIfAvailable():Boolean
    public function set useStageVideoIfAvailable(value:Boolean):void
videoDeblockingproperty 
videoDeblocking:int

The video deblocking used when the view is using Video instead of StageVideo.


Implementation
    public function get videoDeblocking():int
    public function set videoDeblocking(value:int):void
videoSmoothingproperty 
videoSmoothing:Boolean

The video smoothing used when the view is using Video instead of StageVideo.


Implementation
    public function get videoSmoothing():Boolean
    public function set videoSmoothing(value:Boolean):void
Constructor Detail
ViewRenderingProperties()Constructor
public function ViewRenderingProperties(useStageVideoIfAvailable:Boolean = true, stageVideoDepth:uint = 0, videoSmoothing:Boolean = false, videoDeblocking:int = 0)



Parameters
useStageVideoIfAvailable:Boolean (default = true)
 
stageVideoDepth:uint (default = 0)
 
videoSmoothing:Boolean (default = false)
 
videoDeblocking:int (default = 0)