webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webrtc::AudioTrackJni::JavaAudioTrack Class Reference

#include <audio_track_jni.h>

Public Member Functions

 JavaAudioTrack (NativeRegistration *native_registration, std::unique_ptr< GlobalRef > audio_track)
 
 ~JavaAudioTrack ()
 
bool InitPlayout (int sample_rate, int channels)
 
bool StartPlayout ()
 
bool StopPlayout ()
 
bool SetStreamVolume (int volume)
 
int GetStreamMaxVolume ()
 
int GetStreamVolume ()
 
 JavaAudioTrack (NativeRegistration *native_registration, std::unique_ptr< GlobalRef > audio_track)
 
 ~JavaAudioTrack ()
 
bool InitPlayout (int sample_rate, int channels)
 
bool StartPlayout ()
 
bool StopPlayout ()
 
bool SetStreamVolume (int volume)
 
int GetStreamMaxVolume ()
 
int GetStreamVolume ()
 

Constructor & Destructor Documentation

◆ JavaAudioTrack() [1/2]

webrtc::AudioTrackJni::JavaAudioTrack::JavaAudioTrack ( NativeRegistration native_registration,
std::unique_ptr< GlobalRef audio_track 
)

◆ ~JavaAudioTrack() [1/2]

webrtc::AudioTrackJni::JavaAudioTrack::~JavaAudioTrack ( )

◆ JavaAudioTrack() [2/2]

webrtc::AudioTrackJni::JavaAudioTrack::JavaAudioTrack ( NativeRegistration native_registration,
std::unique_ptr< GlobalRef audio_track 
)

◆ ~JavaAudioTrack() [2/2]

webrtc::AudioTrackJni::JavaAudioTrack::~JavaAudioTrack ( )

Member Function Documentation

◆ GetStreamMaxVolume() [1/2]

int webrtc::AudioTrackJni::JavaAudioTrack::GetStreamMaxVolume ( )

◆ GetStreamMaxVolume() [2/2]

int webrtc::AudioTrackJni::JavaAudioTrack::GetStreamMaxVolume ( )

◆ GetStreamVolume() [1/2]

int webrtc::AudioTrackJni::JavaAudioTrack::GetStreamVolume ( )

◆ GetStreamVolume() [2/2]

int webrtc::AudioTrackJni::JavaAudioTrack::GetStreamVolume ( )

◆ InitPlayout() [1/2]

bool webrtc::AudioTrackJni::JavaAudioTrack::InitPlayout ( int  sample_rate,
int  channels 
)

◆ InitPlayout() [2/2]

bool webrtc::AudioTrackJni::JavaAudioTrack::InitPlayout ( int  sample_rate,
int  channels 
)

◆ SetStreamVolume() [1/2]

bool webrtc::AudioTrackJni::JavaAudioTrack::SetStreamVolume ( int  volume)

◆ SetStreamVolume() [2/2]

bool webrtc::AudioTrackJni::JavaAudioTrack::SetStreamVolume ( int  volume)

◆ StartPlayout() [1/2]

bool webrtc::AudioTrackJni::JavaAudioTrack::StartPlayout ( )

◆ StartPlayout() [2/2]

bool webrtc::AudioTrackJni::JavaAudioTrack::StartPlayout ( )

◆ StopPlayout() [1/2]

bool webrtc::AudioTrackJni::JavaAudioTrack::StopPlayout ( )

◆ StopPlayout() [2/2]

bool webrtc::AudioTrackJni::JavaAudioTrack::StopPlayout ( )

The documentation for this class was generated from the following files: