C# Class android.media.AudioTrack

Inheritance: java.lang.Object
Datei anzeigen Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
AudioTrack ( int arg0, int arg1, int arg2, int arg3, int arg4, int arg5 )
flush ( ) : void
getAudioFormat ( ) : int
getChannelConfiguration ( ) : int
getChannelCount ( ) : int
getMaxVolume ( ) : float
getMinBufferSize ( int arg0, int arg1, int arg2 ) : int
getMinVolume ( ) : float
getNativeOutputSampleRate ( int arg0 ) : int
getNotificationMarkerPosition ( ) : int
getPlayState ( ) : int
getPlaybackHeadPosition ( ) : int
getPlaybackRate ( ) : int
getPositionNotificationPeriod ( ) : int
getSampleRate ( ) : int
getState ( ) : int
getStreamType ( ) : int
pause ( ) : void
play ( ) : void
release ( ) : void
reloadStaticData ( ) : int
setLoopPoints ( int arg0, int arg1, int arg2 ) : int
setNotificationMarkerPosition ( int arg0 ) : int
setPlaybackHeadPosition ( int arg0 ) : int
setPlaybackPositionUpdateListener ( android arg0 ) : void
setPlaybackPositionUpdateListener ( android arg0, android arg1 ) : void
setPlaybackRate ( int arg0 ) : int
setPositionNotificationPeriod ( int arg0 ) : int
setStereoVolume ( float arg0, float arg1 ) : int
stop ( ) : void
write ( byte arg0, int arg1, int arg2 ) : int
write ( short arg0, int arg1, int arg2 ) : int

Protected Methods

Method Description
AudioTrack ( global @__env )
finalize ( ) : void
getNativeFrameCount ( ) : int
setState ( int arg0 ) : void

Private Methods

Method Description
AudioTrack ( )

Method Details

AudioTrack() protected method

protected AudioTrack ( global @__env )
@__env global

AudioTrack() public method

public AudioTrack ( int arg0, int arg1, int arg2, int arg3, int arg4, int arg5 )
arg0 int
arg1 int
arg2 int
arg3 int
arg4 int
arg5 int

finalize() protected method

protected finalize ( ) : void
return void

flush() public method

public flush ( ) : void
return void

getAudioFormat() public method

public getAudioFormat ( ) : int
return int

getChannelConfiguration() public method

public getChannelConfiguration ( ) : int
return int

getChannelCount() public method

public getChannelCount ( ) : int
return int

getMaxVolume() public static method

public static getMaxVolume ( ) : float
return float

getMinBufferSize() public static method

public static getMinBufferSize ( int arg0, int arg1, int arg2 ) : int
arg0 int
arg1 int
arg2 int
return int

getMinVolume() public static method

public static getMinVolume ( ) : float
return float

getNativeFrameCount() protected method

protected getNativeFrameCount ( ) : int
return int

getNativeOutputSampleRate() public static method

public static getNativeOutputSampleRate ( int arg0 ) : int
arg0 int
return int

getNotificationMarkerPosition() public method

public getNotificationMarkerPosition ( ) : int
return int

getPlayState() public method

public getPlayState ( ) : int
return int

getPlaybackHeadPosition() public method

public getPlaybackHeadPosition ( ) : int
return int

getPlaybackRate() public method

public getPlaybackRate ( ) : int
return int

getPositionNotificationPeriod() public method

public getPositionNotificationPeriod ( ) : int
return int

getSampleRate() public method

public getSampleRate ( ) : int
return int

getState() public method

public getState ( ) : int
return int

getStreamType() public method

public getStreamType ( ) : int
return int

pause() public method

public pause ( ) : void
return void

play() public method

public play ( ) : void
return void

release() public method

public release ( ) : void
return void

reloadStaticData() public method

public reloadStaticData ( ) : int
return int

setLoopPoints() public method

public setLoopPoints ( int arg0, int arg1, int arg2 ) : int
arg0 int
arg1 int
arg2 int
return int

setNotificationMarkerPosition() public method

public setNotificationMarkerPosition ( int arg0 ) : int
arg0 int
return int

setPlaybackHeadPosition() public method

public setPlaybackHeadPosition ( int arg0 ) : int
arg0 int
return int

setPlaybackPositionUpdateListener() public method

public setPlaybackPositionUpdateListener ( android arg0 ) : void
arg0 android
return void

setPlaybackPositionUpdateListener() public method

public setPlaybackPositionUpdateListener ( android arg0, android arg1 ) : void
arg0 android
arg1 android
return void

setPlaybackRate() public method

public setPlaybackRate ( int arg0 ) : int
arg0 int
return int

setPositionNotificationPeriod() public method

public setPositionNotificationPeriod ( int arg0 ) : int
arg0 int
return int

setState() protected method

protected setState ( int arg0 ) : void
arg0 int
return void

setStereoVolume() public method

public setStereoVolume ( float arg0, float arg1 ) : int
arg0 float
arg1 float
return int

stop() public method

public stop ( ) : void
return void

write() public method

public write ( byte arg0, int arg1, int arg2 ) : int
arg0 byte
arg1 int
arg2 int
return int

write() public method

public write ( short arg0, int arg1, int arg2 ) : int
arg0 short
arg1 int
arg2 int
return int