Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. Declaration
  2. init(device: AVCaptureDevice!) throws
  3. Parameters
  4. device
  5. The device from which to capture input.
  6. outError
  7. If an error occurs during initialization, upon return contains an NSError object describing the problem.
  8.  
  9. Declaration
  10. - (instancetype)initWithDevice:(AVCaptureDevice *)device
  11. error:(NSError **)outError;
  12. Parameters
  13. device
  14. The device from which to capture input.
  15. outError
  16. If an error occurs during initialization, upon return contains an NSError object describing the problem.
  17. Return Value
  18. An input initialized to use device.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement