Skip to content

Commit

Permalink
made current time readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
syedhali committed Jul 4, 2015
1 parent 1e7975e commit a74b1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EZAudio/EZRecorder.h
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ typedef NS_ENUM(NSInteger, EZRecorderFileType)
Provides the current write offset in the audio file as an NSTimeInterval (i.e. in seconds). When setting this it will determine the correct frame offset and perform a `seekToFrame` to the new time offset.
@warning Make sure the new current time offset is less than the `duration` or you will receive an invalid seek assertion.
*/
@property (nonatomic, readwrite) NSTimeInterval currentTime;
@property (readonly) NSTimeInterval currentTime;

//------------------------------------------------------------------------------

Expand Down

0 comments on commit a74b1cf

Please sign in to comment.