Note: This Lib Need Reflection Library
Hi guys,
there is a VideoView in the audio library that does not have a mute mode. I tried to fix it. I hope it is useful.
How To Use:
Hi guys,
there is a VideoView in the audio library that does not have a mute mode. I tried to fix it. I hope it is useful.
How To Use:
Example:
Dim vv As VideoView
vv.Initialize("vv")
Activity.AddView(vv, 10dip, 10dip, 250dip, 250dip)
vv.LoadVideo(File.DirRootExternal, "somefile.mp4")
vv.Play
Dim KVM As KDB_VV_Mute
KVM.MuteVideo(VV) ' Or KVM.UnMuteVideo(VV)