|
|
@ -379,13 +379,13 @@ |
|
|
|
- (void)createCaptureOutput; |
|
|
|
- (void)createCaptureOutput; |
|
|
|
{ |
|
|
|
{ |
|
|
|
[NSException raise:NSInternalInconsistencyException |
|
|
|
[NSException raise:NSInternalInconsistencyException |
|
|
|
format:@"You must override %@ in a subclass", NSStringFromSelector(_cmd)]; |
|
|
|
format:@"You must override %s in a subclass", __FUNCTION__]; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
- (void)createCustomVideoPreview; |
|
|
|
- (void)createCustomVideoPreview; |
|
|
|
{ |
|
|
|
{ |
|
|
|
[NSException raise:NSInternalInconsistencyException |
|
|
|
[NSException raise:NSInternalInconsistencyException |
|
|
|
format:@"You must override %@ in a subclass", NSStringFromSelector(_cmd)]; |
|
|
|
format:@"You must override %s in a subclass", __FUNCTION__]; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
- (void)updateOrientation; |
|
|
|
- (void)updateOrientation; |
|
|
|