C# Class android.media.MediaRecorder

Inheritance: java.lang.Object
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
MediaRecorder ( global @__env )
finalize ( ) : void

Private Methods

Méthode Description
MediaRecorder ( )

Method Details

MediaRecorder() protected méthode

protected MediaRecorder ( global @__env )
@__env global

finalize() protected méthode

protected finalize ( ) : void
Résultat void

getAudioSourceMax() public static méthode

public static getAudioSourceMax ( ) : int
Résultat int

getMaxAmplitude() public méthode

public getMaxAmplitude ( ) : int
Résultat int

prepare() public méthode

public prepare ( ) : void
Résultat void

release() public méthode

public release ( ) : void
Résultat void

reset() public méthode

public reset ( ) : void
Résultat void

setAudioChannels() public méthode

public setAudioChannels ( int arg0 ) : void
arg0 int
Résultat void

setAudioEncoder() public méthode

public setAudioEncoder ( int arg0 ) : void
arg0 int
Résultat void

setAudioEncodingBitRate() public méthode

public setAudioEncodingBitRate ( int arg0 ) : void
arg0 int
Résultat void

setAudioSamplingRate() public méthode

public setAudioSamplingRate ( int arg0 ) : void
arg0 int
Résultat void

setAudioSource() public méthode

public setAudioSource ( int arg0 ) : void
arg0 int
Résultat void

setCamera() public méthode

public setCamera ( android arg0 ) : void
arg0 android
Résultat void

setMaxDuration() public méthode

public setMaxDuration ( int arg0 ) : void
arg0 int
Résultat void

setMaxFileSize() public méthode

public setMaxFileSize ( long arg0 ) : void
arg0 long
Résultat void

setOnErrorListener() public méthode

public setOnErrorListener ( android arg0 ) : void
arg0 android
Résultat void

setOnErrorListener() public méthode

public setOnErrorListener ( global arg0 ) : void
arg0 global
Résultat void

setOnInfoListener() public méthode

public setOnInfoListener ( android arg0 ) : void
arg0 android
Résultat void

setOnInfoListener() public méthode

public setOnInfoListener ( global arg0 ) : void
arg0 global
Résultat void

setOutputFile() public méthode

public setOutputFile ( java arg0 ) : void
arg0 java
Résultat void

setOutputFormat() public méthode

public setOutputFormat ( int arg0 ) : void
arg0 int
Résultat void

setPreviewDisplay() public méthode

public setPreviewDisplay ( android arg0 ) : void
arg0 android
Résultat void

setProfile() public méthode

public setProfile ( android arg0 ) : void
arg0 android
Résultat void

setVideoEncoder() public méthode

public setVideoEncoder ( int arg0 ) : void
arg0 int
Résultat void

setVideoEncodingBitRate() public méthode

public setVideoEncodingBitRate ( int arg0 ) : void
arg0 int
Résultat void

setVideoFrameRate() public méthode

public setVideoFrameRate ( int arg0 ) : void
arg0 int
Résultat void

setVideoSize() public méthode

public setVideoSize ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Résultat void

setVideoSource() public méthode

public setVideoSource ( int arg0 ) : void
arg0 int
Résultat void

start() public méthode

public start ( ) : void
Résultat void

stop() public méthode

public stop ( ) : void
Résultat void