Package | org.vostokframework.domain.loading.settings |
Class | public class LoadingMediaSettings |
Inheritance | LoadingMediaSettings Object |
Implements | org.as3coreaddendum.system.ICloneable |
Property | Defined By | ||
---|---|---|---|
audioLinkage : IList | LoadingMediaSettings | ||
autoCreateVideo : Boolean
description
| LoadingMediaSettings | ||
autoResizeVideo : Boolean
description
| LoadingMediaSettings | ||
autoStopStream : Boolean
description
| LoadingMediaSettings | ||
bufferPercent : int
description
| LoadingMediaSettings | ||
bufferTime : Number
description
| LoadingMediaSettings |
Method | Defined By | ||
---|---|---|---|
description
| LoadingMediaSettings | ||
clone():* | LoadingMediaSettings |
audioLinkage | property |
audioLinkage:IList
public function get audioLinkage():IList
public function set audioLinkage(value:IList):void
autoCreateVideo | property |
autoCreateVideo:Boolean
description
public function get autoCreateVideo():Boolean
public function set autoCreateVideo(value:Boolean):void
autoResizeVideo | property |
autoResizeVideo:Boolean
description
public function get autoResizeVideo():Boolean
public function set autoResizeVideo(value:Boolean):void
autoStopStream | property |
autoStopStream:Boolean
description
public function get autoStopStream():Boolean
public function set autoStopStream(value:Boolean):void
bufferPercent | property |
bufferPercent:int
description
public function get bufferPercent():int
public function set bufferPercent(value:int):void
bufferTime | property |
bufferTime:Number
description
public function get bufferTime():Number
public function set bufferTime(value:Number):void
LoadingMediaSettings | () | Constructor |
public function LoadingMediaSettings()
description
clone | () | method |
public function clone():*
Returns* |