I would also very much know that!
record.AudioSource = 5
record.VideoSource = 1
record.OutputFormat = 2
record.setScreenSize(640,480)
record.AudioEncoder = 1
record.VideoEncoder = 3
This is what I have and I would also like to know what the numbers are?
setScreenSize I know.
I'm uploading my movie to the web and want to play them via this code:
<video width="320" height="240" controls>
<source src="movie.xxx" type="video/xx">
Your browser does not support the video tag.
</video>
I need to know what format I'm recording the video in (xxx in my HTML code)