i use this code running on sdk 24 but totally cant record video, is it i miss something?
Code:
Sub Process_Globals
Dim audioRecorder As AudioRecordApp
Dim videoRecorder As VideoRecordApp
End Sub
Sub Globals
Dim vv As VideoView
End Sub
Sub Activity_Create(FirstTime As Boolean)
If FirstTime Then
audioRecorder.Initialize("audioRecorder")
videoRecorder.Initialize("videoRecorder")
End If
vv.Initialize("vv")
Activity.AddView(vv, 0, 0, 100%x, 100%y)...
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/2bXa7Ax
via IFTTT
Aucun commentaire:
Enregistrer un commentaire