toggle menu
stream-webrtc-android
1.2.2
androidJvm
switch theme
search in API
stream-webrtc-android
/
org.webrtc
/
AudioTrack
Audio
Track
open
class
AudioTrack
:
MediaStreamTrack
Java wrapper for a C++ AudioTrackInterface
Members
Constructors
Audio
Track
Link copied to clipboard
constructor
(
nativeTrack
:
Long
)
Inherited properties
AUDIO_TRACK_KIND
Link copied to clipboard
val
AUDIO_TRACK_KIND
:
String
=
"audio"
VIDEO_TRACK_KIND
Link copied to clipboard
val
VIDEO_TRACK_KIND
:
String
=
"video"
Functions
set
Volume
Link copied to clipboard
open
fun
setVolume
(
volume
:
Double
)
Sets the volume for the underlying MediaSource.
Inherited functions
dispose
Link copied to clipboard
open
fun
dispose
(
)
enabled
Link copied to clipboard
open
fun
enabled
(
)
:
Boolean
id
Link copied to clipboard
open
fun
id
(
)
:
String
kind
Link copied to clipboard
open
fun
kind
(
)
:
String
set
Enabled
Link copied to clipboard
open
fun
setEnabled
(
enable
:
Boolean
)
:
Boolean
state
Link copied to clipboard
open
fun
state
(
)
:
MediaStreamTrack.State