-
-
Notifications
You must be signed in to change notification settings - Fork 4
libvlc.Medium.AllowFetchArtwork
Andrew Lambert edited this page Nov 26, 2022
·
3 revisions
Dim AllowFetchArtwork As Boolean
The Artwork
property is typically, but not necessarily, fetched from a file:///
URL that refers to the local system. Set this property to False
to disallow fetching the album artwork from network URLs, such as http://
. By default network fetching is allowed; change the Medium.FETCH_ARTWORK_FROM_NETWORK_DEFAULT
constant to change the default behavior.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2016-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.
Entry-level points of interest denoted by "☜"