toggle menu
stream-webrtc-android
1.2.2
androidJvm
switch theme
search in API
stream-webrtc-android
/
org.webrtc
/
CameraEnumerationAndroid
/
CaptureFormat
Capture
Format
open
class
CaptureFormat
Members
Constructors
Capture
Format
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
,
minFramerate
:
Int
,
maxFramerate
:
Int
)
constructor
(
width
:
Int
,
height
:
Int
,
framerate
:
CameraEnumerationAndroid.CaptureFormat.FramerateRange
)
Types
Framerate
Range
Link copied to clipboard
open
class
FramerateRange
Properties
framerate
Link copied to clipboard
val
framerate
:
CameraEnumerationAndroid.CaptureFormat.FramerateRange
height
Link copied to clipboard
val
height
:
Int
image
Format
Link copied to clipboard
val
imageFormat
:
Int
=
17
width
Link copied to clipboard
val
width
:
Int
Functions
equals
Link copied to clipboard
open
fun
equals
(
other
:
Any
)
:
Boolean
frame
Size
Link copied to clipboard
open
fun
frameSize
(
)
:
Int
open
fun
frameSize
(
width
:
Int
,
height
:
Int
,
imageFormat
:
Int
)
:
Int
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String