C# Class android.media.MediaRecorder

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

Public Methods

Method Description
getAudioSourceMax ( ) : int
getMaxAmplitude ( ) : int
prepare ( ) : void
release ( ) : void
reset ( ) : void
setAudioChannels ( int arg0 ) : void
setAudioEncoder ( int arg0 ) : void
setAudioEncodingBitRate ( int arg0 ) : void
setAudioSamplingRate ( int arg0 ) : void
setAudioSource ( int arg0 ) : void
setCamera ( android arg0 ) : void
setMaxDuration ( int arg0 ) : void
setMaxFileSize ( long arg0 ) : void
setOnErrorListener ( android arg0 ) : void
setOnErrorListener ( global arg0 ) : void
setOnInfoListener ( android arg0 ) : void
setOnInfoListener ( global arg0 ) : void
setOutputFile ( java arg0 ) : void
setOutputFormat ( int arg0 ) : void
setPreviewDisplay ( android arg0 ) : void
setProfile ( android arg0 ) : void
setVideoEncoder ( int arg0 ) : void
setVideoEncodingBitRate ( int arg0 ) : void
setVideoFrameRate ( int arg0 ) : void
setVideoSize ( int arg0, int arg1 ) : void
setVideoSource ( int arg0 ) : void
start ( ) : void
stop ( ) : void

Protected Methods

Method Description
MediaRecorder ( global @__env )
finalize ( ) : void

Private Methods

Method Description
MediaRecorder ( )

Method Details

MediaRecorder() protected method

protected MediaRecorder ( global @__env )
@__env global

finalize() protected method

protected finalize ( ) : void
return void

getAudioSourceMax() public static method

public static getAudioSourceMax ( ) : int
return int

getMaxAmplitude() public method

public getMaxAmplitude ( ) : int
return int

prepare() public method

public prepare ( ) : void
return void

release() public method

public release ( ) : void
return void

reset() public method

public reset ( ) : void
return void

setAudioChannels() public method

public setAudioChannels ( int arg0 ) : void
arg0 int
return void

setAudioEncoder() public method

public setAudioEncoder ( int arg0 ) : void
arg0 int
return void

setAudioEncodingBitRate() public method

public setAudioEncodingBitRate ( int arg0 ) : void
arg0 int
return void

setAudioSamplingRate() public method

public setAudioSamplingRate ( int arg0 ) : void
arg0 int
return void

setAudioSource() public method

public setAudioSource ( int arg0 ) : void
arg0 int
return void

setCamera() public method

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

setMaxDuration() public method

public setMaxDuration ( int arg0 ) : void
arg0 int
return void

setMaxFileSize() public method

public setMaxFileSize ( long arg0 ) : void
arg0 long
return void

setOnErrorListener() public method

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

setOnErrorListener() public method

public setOnErrorListener ( global arg0 ) : void
arg0 global
return void

setOnInfoListener() public method

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

setOnInfoListener() public method

public setOnInfoListener ( global arg0 ) : void
arg0 global
return void

setOutputFile() public method

public setOutputFile ( java arg0 ) : void
arg0 java
return void

setOutputFormat() public method

public setOutputFormat ( int arg0 ) : void
arg0 int
return void

setPreviewDisplay() public method

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

setProfile() public method

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

setVideoEncoder() public method

public setVideoEncoder ( int arg0 ) : void
arg0 int
return void

setVideoEncodingBitRate() public method

public setVideoEncodingBitRate ( int arg0 ) : void
arg0 int
return void

setVideoFrameRate() public method

public setVideoFrameRate ( int arg0 ) : void
arg0 int
return void

setVideoSize() public method

public setVideoSize ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

setVideoSource() public method

public setVideoSource ( int arg0 ) : void
arg0 int
return void

start() public method

public start ( ) : void
return void

stop() public method

public stop ( ) : void
return void