Agora Java API Reference for Android
Public Member Functions | Protected Member Functions | List of all members
io.agora.rte.PlayerConfig Class Reference

Public Member Functions

long GetNativeHandle ()
 
void SetAutoPlay (boolean autoPlay, Error error)
 
boolean GetAutoPlay (Error error)
 
void SetPlaybackSpeed (int speed, Error error)
 
int GetPlaybackSpeed (Error error)
 
void SetPlayoutAudioTrackIdx (int idx, Error error)
 
int GetPlayoutAudioTrackIdx (Error error)
 
void SetPublishAudioTrackIdx (int idx, Error error)
 
int GetPublishAudioTrackIdx (Error error)
 
void SetAudioTrackIdx (int idx, Error error)
 
int GetAudioTrackIdx (Error error)
 
void SetSubtitleTrackIdx (int idx, Error error)
 
int GetSubtitleTrackIdx (Error error)
 
void SetExternalSubtitleTrackIdx (int idx, Error error)
 
int GetExternalSubtitleTrackIdx (Error error)
 
void SetAudioPitch (int audioPitch, Error error)
 
int GetAudioPitch (Error error)
 
void SetPlayoutVolume (int volume, Error error)
 
int GetPlayoutVolume (Error error)
 
void SetAudioPlaybackDelay (int delay, Error error)
 
int GetAudioPlaybackDelay (Error error)
 
void SetAudioDualMonoMode (int mode, Error error)
 
int GetAudioDualMonoMode (Error error)
 
void SetPublishVolume (int volume, Error error)
 
int GetPublishVolume (Error error)
 
void SetLoopCount (int count, Error error)
 
int GetLoopCount (Error error)
 
void SetJsonParameter (String jsonParameter, Error error)
 
String GetJsonParameter (Error error)
 

Protected Member Functions

void finalize ()