Packagecom.distriqt.extension.camera.device
Classpublic class VideoOptions
InheritanceVideoOptions Inheritance Object

Describes the available video recording options



Public Properties
 PropertyDefined By
  format : String = avc1
VideoOptions
  height : int = 360
The height of the video in pixels
VideoOptions
  saveToCameraRoll : Boolean = true
If true the resultant video is saved to the user's camera roll and will appear in their "Photos" application.
VideoOptions
  width : int = 640
The width of the video in pixels
VideoOptions
Public Methods
 MethodDefined By
  
VideoOptions(width:int = 1280, height:int = 720, format:String = avc1)
Constructor
VideoOptions
Property Detail
formatproperty
public var format:String = avc1

heightproperty 
public var height:int = 360

The height of the video in pixels

saveToCameraRollproperty 
public var saveToCameraRoll:Boolean = true

If true the resultant video is saved to the user's camera roll and will appear in their "Photos" application.

If you wish to only store the file at the destination path you can set this to false.

widthproperty 
public var width:int = 640

The width of the video in pixels

Constructor Detail
VideoOptions()Constructor
public function VideoOptions(width:int = 1280, height:int = 720, format:String = avc1)

Constructor

Parameters
width:int (default = 1280)
 
height:int (default = 720)
 
format:String (default = avc1)