Interface IMediaSourceHandler
Namespace: Tizen.Wearable.CircularUI.Forms.Renderer
Assembly: Tizen.Wearable.CircularUI.Forms.Renderer.dll
Syntax
public interface IMediaSourceHandler : IRegisterable
Methods
SetSource(Player, MediaSource)
Declaration
Task<bool> SetSource(Player player, MediaSource imageSource)
Parameters
Type | Name | Description |
---|---|---|
Player | player | |
MediaSource | imageSource |
Returns
Type | Description |
---|---|
Task<System.Boolean> |