The IMedia type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | AddOption |
Adds an option to the VLCMedia.
|
![]() | AddOptionFlag |
Adds an option flag to the VLCMedia.
|
![]() | ![]() | Creates a new object that is a copy of the current instance. (Inherited from ![]() |
![]() | ![]() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from ![]() |
![]() | Parse |
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.
|
![]() | ParseAsync |
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.
|
![]() | SaveChanges |
Saves changes made to the media's local metadata.
|
See Also