Skip to content

Instantly share code, notes, and snippets.

@rzaitov
Created June 26, 2014 21:45
Show Gist options
  • Save rzaitov/06e55b92925f0a6e092a to your computer and use it in GitHub Desktop.
Save rzaitov/06e55b92925f0a6e092a to your computer and use it in GitHub Desktop.
class MyController : UIViewController
{
AVCaptureFileOutput _fileOutput;
void DoStuff()
{
_file.StartRecordingToOutputFile(someUrl, this); // now this is imposible
}
[Export ("captureOutput:didStartRecordingToOutputFileAtURL:fromConnections:")]
void OnStartRecord()
{ }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment