fix tvOS compile error
This commit is contained in:
parent
b383042509
commit
74ca73795a
|
@ -454,5 +454,8 @@ extension IOMixer: Running {
|
||||||
|
|
||||||
public func stopRunning() {
|
public func stopRunning() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func startCaptureSession() {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue