Android SDK API Reference

Classes | Public Member Functions | Public Attributes | List of all members
io.skyway.Peer.Browser.MediaConstraints Class Reference

Media constraints. More...

Classes

enum  CameraPositionEnum
 Camera position. More...
 

Public Member Functions

 MediaConstraints ()
 Constructor.
 

Public Attributes

boolean videoFlag
 Video using flag.
 
boolean audioFlag
 Audio using flag.
 
CameraPositionEnum cameraPosition
 Using camera position.
 
int maxWidth
 Maximum width pixel. More...
 
int minWidth
 (deprecated) More...
 
int maxHeight
 Maximum height pixel. More...
 
int minHeight
 (deprecated) More...
 
int maxFrameRate
 Maximum frame rate. More...
 
int minFrameRate
 (deprecated) More...
 

Detailed Description

Media constraints.

Member Data Documentation

◆ maxFrameRate

int io.skyway.Peer.Browser.MediaConstraints.maxFrameRate

Maximum frame rate.

Based on the specified value, the best frame rate range will be selected from the available frame rate range for the device.

◆ maxHeight

int io.skyway.Peer.Browser.MediaConstraints.maxHeight

Maximum height pixel.

Based on the specified value, the best size will be selected from among the sizes available for the device.

◆ maxWidth

int io.skyway.Peer.Browser.MediaConstraints.maxWidth

Maximum width pixel.

Based on the specified value, the best size will be selected from among the sizes available for the device.

◆ minFrameRate

int io.skyway.Peer.Browser.MediaConstraints.minFrameRate

(deprecated)

Deprecated:
This property is not currently in use.

◆ minHeight

int io.skyway.Peer.Browser.MediaConstraints.minHeight

(deprecated)

Deprecated:
This property is not currently in use.

◆ minWidth

int io.skyway.Peer.Browser.MediaConstraints.minWidth

(deprecated)

Deprecated:
This property is not currently in use.