Skip to content

libvlc.Medium.AllowFetchArtwork

Andrew Lambert edited this page Nov 26, 2022 · 3 revisions

libvlc.Medium.AllowFetchArtwork

Property declaration

 Dim AllowFetchArtwork As Boolean

Remarks

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.

Clone this wiki locally