"Unity3d Study----Wheat Academy"----------unity3d common components and Analysis----------Code control Audio Video

Source: Internet
Author: User

The basic content is as follows:

1         //Sound Audio2Audiosource Audiosource =NewAudiosource ();3Audiosource.play ();//Play4Audiosource.stop ();//Stop5Audiosource.pause ();//Pause6Audiosource.isplaying ();//Are you playing7 8         //dynamically get sound resources in code and play them out9          Short[] data =NULL;//data, must be of type shortTenAudioClip AudioClip = Audioclip.create ("",sizeof(Hostdata),2,6400,false); OneAudioclip.setdata (data,0); A  -Audiosource.clip =AudioClip; - Audiosource.play (); the  -  -  -         //Movie Video +  -         //PC + movietexture movietexture; A Movietexture.play (); at movietexture.stop (); -  -         //ios/android -Handheld.playfullscreenmovie ("", Color.Blue, Fullscreenmoviecontrolmode.canceloninput, scalemode.scaleandcrop); -  -         //Record Record inAudioClip Audiocliprecord = Microphone.start ("",true,1,6400); -Microphone.devices ();//Get all Devices

"Unity3d Study----Wheat Academy"----------unity3d common components and Analysis----------Code control Audio Video

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.