IMedia MembersLibVLCBind Reference Documentation

The IMedia type exposes the following members.
Methods

  NameDescription
Public methodAddOption
Adds an option to the VLCMedia.
Public methodAddOptionFlag
Adds an option flag to the VLCMedia.
Public methodOnlineClone
Creates a new object that is a copy of the current instance.
(Inherited from OnlineICloneable.)
Public methodOnlineDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from OnlineIDisposable.)
Public methodParse
Parses the media's local metadata and tracks information. Needs to be called before much of the media's metadata can be accessed. The ParsedChanged event is called when parsing is complete.
Public methodParseAsync
Asynchronously parses the media's local metadata and tracks information. Needs to be called before much of the media's metadata can be accessed. The ParsedChanged event is called when parsing is complete.
Public methodSaveChanges
Saves changes made to the media's local metadata.
Back to Top
Properties

  NameDescription
Public propertyAlbum
Gets/Sets album.
Public propertyArtist
Gets/Sets media artist.
Public propertyArtworkURL
Gets/Sets artwork url.
Public propertyCopyright
Gets/Sets copyright
Public propertyDate
Gets/Sets date.
Public propertyDescription
Gets/Sets description
Public propertyDuration
Gets the duration (in ms) of the media.
Public propertyEncodedBy
Gets/Sets encoded by.
Public propertyGenre
Gets/Sets media genre.
Public propertyHandle
The media's handle.
Public propertyIsParsed
Gets whether or not the media has been parsed yet.
Public propertyLanguage
Gets/Sets language.
Public propertyMRL
Gets the Media Resource Locator (MRL) string for this media.
Public propertyNowPlaying
Gets/Sets now playing.
Public propertyPublisher
Gets/Sets publisher.
Public propertyRating
Gets/Sets rating.
Public propertySetting
Gets/Sets setting.
Public propertyState
Gets the media's state. Does not require calling of Parse().
Public propertyStats
Gets the media's statistics. Will return null if media is not playing or if stats are otherwise unavailable.
Public propertyTitle
Gets/Sets media title.
Public propertyTrackId
Gets/Sets track id.
Public propertyTrackNumber
Gets/Sets track number.
Public propertyURL
Gets/Sets url.
Back to Top
Events

  NameDescription
Public eventAlbumChanged
Called when Album changes.
Public eventArtistChanged
Called when Artist changes.
Public eventArtworkUrlChanged
Called when ArtworkURL changes.
Public eventCopyrightChanged
Called when Copyright changes.
Public eventDateChanged
Called when Date changes.
Public eventDescriptionChanged
Called when Description changes.
Public eventDurationChanged
Called when Duration changes.
Public eventEncodedByChanged
Called when EncodedBy changes.
Public eventGenreChanged
Called when Genre changes.
Public eventIsParsedChanged
Called when IsParsed changes.
Public eventLanguageChanged
Called when Language changes.
Public eventMediaFreed
Called when the underlying Media is freed.
Public eventNowPlayingChanged
Called when NowPlaying changes.
Public eventPublisherChanged
Called when Publisher changes.
Public eventRatingChanged
Called when Rating changes.
Public eventSettingChanged
Called when Setting changes.
Public eventStateChanged
Called when State changes.
Public eventTitleChanged
Called when Title changes.
Public eventTrackIdChanged
Called when TrackId changes.
Public eventTrackNumberChanged
Called when TrackNumber changes.
Public eventUrlChanged
Called when URL changes.
Back to Top
See Also

Web hosting by Somee.com