Update AVMonitor.m
This commit is contained in:
parent
4bb405a5e4
commit
692e000b1a
|
@ -140,7 +140,7 @@ extern os_log_t logHandle;
|
||||||
//dbg msg
|
//dbg msg
|
||||||
os_log_debug(logHandle, "built-in mic: %{public}@ (device ID: %d)", self.builtInMic.localizedName, [self getAVObjectID:self.builtInMic]);
|
os_log_debug(logHandle, "built-in mic: %{public}@ (device ID: %d)", self.builtInMic.localizedName, [self getAVObjectID:self.builtInMic]);
|
||||||
|
|
||||||
//find build-in camera
|
//find built-in camera
|
||||||
self.builtInCamera = [self findBuiltInCamera];
|
self.builtInCamera = [self findBuiltInCamera];
|
||||||
|
|
||||||
//dbg msg
|
//dbg msg
|
||||||
|
|
Loading…
Reference in New Issue