Created
December 1, 2014 23:08
-
-
Save McZonk/ed547bffc1b421f009b3 to your computer and use it in GitHub Desktop.
[AVCaptureMovieFileOutput recordedFileSize]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
long long -[AVCaptureMovieFileOutput recordedFileSize](void * self, void * _cmd) { | |
r14 = *_OBJC_IVAR_$_AVCaptureMovieFileOutput._internal; | |
OSSpinLockLock(*(self + r14) + *_OBJC_IVAR_$_AVCaptureMovieFileOutputInternal.statsLock); | |
rdi = *(self + r14); | |
rbx = rdi->sizeWritten; | |
OSSpinLockUnlock(rdi + *_OBJC_IVAR_$_AVCaptureMovieFileOutputInternal.statsLock); | |
rax = rbx; | |
return rax; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment