Problem with some external functions [solved]
Posted: Thu Jun 06, 2013 10:14 pm
I'm implementing mergAV external, the documentation says:
For some reason I can't get to know hot to make this work for flash and torch properties, so I start thinking that there is something that I don't know. Anybody can give me clues in how to use this function?function mergAVCamGet pProp
Get the current property of the camera control.
Parameters:
pProp – the property to return which will be one of:
rect – the rect of the control
visible – the visible of the control
quality – the quality of the camera which will be one of:
photo
high
medium
low
352×288
640×480
iFrame960x540
1280×720
iFrame1280x720. The camera defaults to high.
camera – one of:
rear camera
front camera. The camera defaults to rear.
flash – one of:
on
off
auto. The camera defaults to auto.
torch – one of:
on
off
auto. The camera defaults to auto.
Returns the property