Android uses mediarecorder to implement the recording function

Source: Internet
Author: User

Turn: http://www.ataaw.com /? P = 419

 

One of the main features of mobile phones is the multimedia function. We can use our mobile phones to play a variety of audios and videos. The Android SDK also provides various multimedia development interfaces, we can easily develop various audio and video software. The following describes the basic usage of the recording interface provided in Android.

 

Here we will list several important usage methods, which are also the most common recording interfaces.

1. mediarecorder recorder = new mediarecorder (); // initialize Recorder

2. recorder. setaudiosource (mediarecorder. audiosource. Mic); // set the microphone

3. recorder. setoutputformat (mediarecorder. outputformat. three_gpp); // you can specify the output format.

4. recorder. setaudioencoder (mediarecorder. audioencoder. amr_nb); // sets the Audio Encoding encoder.

5. recorder. setoutputfile ("/sdcard/ataaw/ataaw.3gp"); // set the audio file storage path

6. recorder. Prepare (); // prepare

7. recorder. Start (); // start recording

The above is the basic usage of the recording development interface provided by Android, which is simple and convenient to implement.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.