Page 1 of 1

[VLCKit] player.saveVideoSnapshot() produces a popover notification - how to hide this?

Posted: 04 Sep 2018 14:48
by weph
Hi there,

after calling the

Code: Select all

saveVideoSnapshot(...)
function a popover will be shown (a thumbnail of the snapshot in the upper left corner together with a text). Is it possible to avoid this?

Thx!

Re: [VLCKit] player.saveVideoSnapshot() produces a popover notification - how to hide this?

Posted: 20 Sep 2018 16:40
by fkuehne
Provide the "--no-snapshot-preview" option to your VLCLibrary instance to disable this. Note that you can influence the default set of parameters used by VLCKit using the VLCParams key in your app's NSUserDefaults.