Skip to content

get video snapshot #118

Answered by alexmercerind
ymmmvp36 asked this question in Q&A
Aug 18, 2021 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

This is now available on master

/// Saves snapshot of a video to a desired [File] location.
void takeSnapshot(File file, int width, int height) {
PlayerFFI.takeSnapshot(this.id, file.path.toNativeUtf8(), width, height);
}

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@ymmmvp36
Comment options

@alexmercerind
Comment options

Comment options

You must be logged in to vote
1 reply
@ymmmvp36
Comment options

Answer selected by alexmercerind
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants