Interface IPlatformMediaPlayer
For internal use by platform renderers.
Assembly: Tizen.Wearable.CircularUI.Forms.dll
public interface IPlatformMediaPlayer
Properties
Declaration
DisplayAspectMode AspectMode { get; set; }
Property Value
Declaration
bool AutoPlay { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
bool AutoStop { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Declaration
bool IsMuted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Declaration
bool UsesEmbeddingControls { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
double Volume { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
Declaration
Task<Stream> GetAlbumArts()
Returns
Type |
Description |
System.Threading.Tasks.Task<System.IO.Stream> |
|
Declaration
Task<IDictionary<string, string>> GetMetadata()
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Collections.Generic.IDictionary<System.String, System.String>> |
|
Declaration
Declaration
Parameters
Type |
Name |
Description |
System.Int32 |
ms |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Int32> |
|
Declaration
void SetDisplay(IVideoOutput output)
Parameters
Declaration
void SetSource(MediaSource source)
Parameters
Declaration
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Boolean> |
|
Declaration
Events
Declaration
event EventHandler<BufferingProgressUpdatedEventArgs> BufferingProgressUpdated
Event Type
Declaration
event EventHandler PlaybackCompleted
Event Type
Type |
Description |
System.EventHandler |
|
Declaration
event EventHandler PlaybackPaused
Event Type
Type |
Description |
System.EventHandler |
|
Declaration
event EventHandler PlaybackStarted
Event Type
Type |
Description |
System.EventHandler |
|
Declaration
event EventHandler PlaybackStopped
Event Type
Type |
Description |
System.EventHandler |
|
Declaration
event EventHandler UpdateStreamInfo
Event Type
Type |
Description |
System.EventHandler |
|