-
Notifications
You must be signed in to change notification settings - Fork 13
PlayerHostBase Members
All media player implementations derive from PlayerHostBase. More properties are defined for each implementation.
Gets or sets whether to auto-play the file when setting the source.
Gets or sets whether the media file is playing or paused.
Gets or sets whether to show the video.
Gets or sets whether to loop.
Gets or sets the playback position.
Gets or sets the path to the media file to play. If resetting the same file path, you may need to first set an empty string before resetting the value to ensure it detects the value change.
Gets or sets the speed multiplier.
Gets or sets the speed as an integer, where normal playback is 0. Useful for binding to a slider.
Gets or sets the display title of the media file. A title is set by default and you can override it using this property.
Gets or sets the volume.
Gets the duration of the media file.
Gets whether a media file is loaded.
Gets the playback status of the media player.
Gets the text being displayed. By default it is the media title.
Stops playback and unloads media file.
Restarts playback.
Occurs after a media file is loaded.
Occurs after a media file is unloaded.