Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
Expose audioRecordOffset
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-smule committed Oct 12, 2017
1 parent c78b6ac commit 8a8bcbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/PBJVision.h
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ static CGFloat const PBJVideoBitRate1280x750 = 5000000 * 8; // 40bmps
@property (nonatomic, readonly) NSMutableArray *luminanceValues;

@property (nonatomic, readonly) Float64 averageISO;
@property (nonatomic) CMTime audioRecordOffset;

- (void)setAudioStartTimestamp:(CMTime)audioStartTimestamp;
- (void)setAudioStopTimestamp:(CMTime)audioStopTimestamp;
Expand All @@ -253,6 +254,7 @@ static CGFloat const PBJVideoBitRate1280x750 = 5000000 * 8; // 40bmps

- (CGRect)videoImageBounds;


@end


Expand Down
1 change: 1 addition & 0 deletions Source/PBJVision.m
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ @implementation PBJVision
@synthesize maximumCaptureDuration = _maximumCaptureDuration;
@synthesize detectLowLight = _detectLowLight;
@synthesize luminanceValues = _luminanceValues;
@synthesize audioRecordOffset = _audioRecordOffset;

+ (NSString*)hardwareString
{
Expand Down

0 comments on commit 8a8bcbb

Please sign in to comment.