Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
changing comment
  • Loading branch information
fakob committed Sep 12, 2017
commit 215cf906ac80f8d84eaf430ba63a2832f58ddc00
2 changes: 1 addition & 1 deletion src/VideoCaptureWrap.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class VideoCaptureWrap: public Nan::ObjectWrap {
// to set frame position in milliseconds
static NAN_METHOD(SetPositionMS);

// to get frame position
// to get 0-based index of the frame to be decoded/captured next
static NAN_METHOD(GetPosition);

// to get frame position in milliseconds
Expand Down