AudioRecorder 모듈에 대한 구조체이다. AudioRecorder 모듈은 음원을 녹음할 수 있다.
More...
#include <MediaRecorder.h>
|
bool(* | Init )(AudioRecorder this_gen, const String filename) |
|
bool(* | Start )(AudioRecorder this_gen) |
|
bool(* | Pause )(AudioRecorder this_gen) |
|
bool(* | End )(AudioRecorder this_gen) |
|
bool(* | Cancel )(AudioRecorder this_gen) |
|
AudioRecorder 모듈에 대한 구조체이다. AudioRecorder 모듈은 음원을 녹음할 수 있다.
- Note
- Media Recorder의 AudioRecorder 모듈에 대한 구조체이다.
구조체를 사용하기 전에 NewAudioRecorder() 함수를 사용해야 하며 사용이 끝났을 때 DestroyAudioRecorder() 함수를 꼭 사용해야 한다.
- See Also
- Tizen Native API Document - Recorder part
- Precondition
- privilege
-
feature
The documentation for this struct was generated from the following file: