Skip to content

Commit

Permalink
Update periodicTimeObserverTimescale's comment default value, accor…
Browse files Browse the repository at this point in the history
…ding to the real value set in the implementation (TextureGroup#1604)
  • Loading branch information
hanton authored and nguyenhuy committed Aug 4, 2019
1 parent ecd0ef7 commit 3a3e574
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/ASVideoNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ NS_ASSUME_NONNULL_BEGIN
@property BOOL shouldAggressivelyRecoverFromStall;

@property (readonly) ASVideoNodePlayerState playerState;
//! Defaults to 1000
//! Defaults to 10000
@property int32_t periodicTimeObserverTimescale;

//! Defaults to AVLayerVideoGravityResizeAspect
Expand Down
2 changes: 1 addition & 1 deletion Source/ASVideoPlayerNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ NS_ASSUME_NONNULL_BEGIN
/// You should never set any value on the backing video node. Use exclusivively the video player node to set properties
@property (nonatomic, readonly) ASVideoNode *videoNode;

//! Defaults to 100
//! Defaults to 10000
@property (nonatomic) int32_t periodicTimeObserverTimescale;
//! Defaults to AVLayerVideoGravityResizeAspect
@property (nonatomic, copy) NSString *gravity;
Expand Down

0 comments on commit 3a3e574

Please sign in to comment.