Class MediaController
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides a means to send commands to and handle events from media control server.
C#
Copy
public class MediaController
- Inheritance
-
objectMedia
Controller
Properties
Declaration
C#
Copy
public bool IsStopped { get; }
Property Value
Type | Description |
---|---|
bool | true if the server has been stopped; otherwise, false. |
Declaration
C#
Copy
public string ServerAppId { get; }
Property Value
Type | Description |
---|---|
string | The server application id. |
Methods
Declaration
C#
Copy
public int GetAgeRatingOfCurrentPlayingMedia()
Returns
Type | Description |
---|---|
int | The Age rating of current playing media. The range is 0 to 19, inclusive. |
Exceptions
Type | Condition |
---|---|
System. |
The server has already been stopped. |
System. |
The Media |
Declaration
C#
Copy
public MediaControlContentType GetContentTypeOfCurrentPlayingMedia()
Returns
Type | Description |
---|---|
Media |
Exceptions
Type | Condition |
---|---|
System. |
The server has already been stopped. |
System. |
The Media |
GetCustomCommandCapability()
Gets the value whether the custom command is supported or not.
Declaration
C#
Copy
public MediaControlCapabilitySupport GetCustomCommandCapability()
Returns
Type | Description |
---|---|
Media |
Exceptions
Type | Condition |
---|---|
System. |
The server has already been stopped. |
System. |
The Media |
Declaration
C#
Copy
public MediaControlDisplayMode GetDisplayMode()
Returns
Type | Description |
---|---|
Media |
Exceptions
Type | Condition |
---|---|
System. |
The server has already been stopped. |
System. |
The Media |
Declaration
C#
Copy
public IEnumerable<MediaControlDisplayMode> GetDisplayModeCapability()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<T><Media |
If there's no supported display mode by server, it will return null.
otherwise, it will return the supported list of Media |
Exceptions
Type | Condition |
---|---|
System. |
The server has already been stopped. |
System. |
The Media |
Declaration
C#
Copy
public Rotation GetDisplayRotation()
Returns
Exceptions
Type | Condition |
---|---|
System. |
The server has already been stopped. |
System. |
The Media |
GetDisplayRotationCapability()
Gets the value whether the display mode is supported or not.
Declaration
C#
Copy
public IEnumerable<Rotation> GetDisplayRotationCapability()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<T><Rotation> | If there's no supported display rotation by server, it will return null. otherwise, it will return the supported list of Rotation. |
Exceptions
Type | Condition |
---|---|
System. |
The server has already been stopped. |
System. |
The Media |
Declaration
C#
Copy
public string GetIconPath()
Returns
Type | Description |
---|---|
string | The icon path. |
Exceptions
Type | Condition |
---|---|
System. |
The server has already been stopped. |
System. |
The Media |
Declaration
C#
Copy
public string GetIndexOfCurrentPlayingMedia()
Returns
Type | Description |
---|---|
string | The index of current playing media. |
Exceptions
Type | Condition |
---|---|
System. |
The server has already been stopped. |
System. |
The Media |
Declaration
C#
Copy
public MediaControlMetadata GetMetadata()
Returns
Type | Description |
---|---|
Media |
The metadata. |
Exceptions
Type | Condition |
---|---|
System. |
The server has already been stopped. |
System. |
The Media |
See Also
Declaration
C#
Copy
public MediaControlCapabilitySupport GetMode360Capability()
Returns
Type | Description |
---|---|
Media |
Exceptions
Type | Condition |
---|---|
System. |
The server has already been stopped. |
System. |
The Media |
GetPlaybackCapabilities()
Gets the value whether Media
Declaration
C#
Copy
public Dictionary<MediaControlPlaybackCommand, MediaControlCapabilitySupport> GetPlaybackCapabilities()
Returns
Type | Description |
---|---|
System.Collections.Generic.Dictionary<TKey, TValue><Media |
the set of Media |
Exceptions
Type | Condition |
---|---|
System. |
The server has already been stopped. |
System. |
The Media |
GetPlaybackCapability(MediaControlPlaybackCommand)
Gets the value whether action
is supported or not.
Declaration
C#
Copy
public MediaControlCapabilitySupport GetPlaybackCapability(MediaControlPlaybackCommand action)
Parameters
Type | Name | Description |
---|---|---|
Media |
action | A playback command. |
Returns
Type | Description |
---|---|
Media |
Exceptions
Type | Condition |
---|---|
System. |
|
System. |
The server has already been stopped. |
System. |
The Media |
Declaration
C#
Copy
public long GetPlaybackPosition()
Returns
Type | Description |
---|---|
long | The playback position in milliseconds. |
Exceptions
Type | Condition |
---|---|
System. |
The server has already been stopped. |
System. |
The Media |
GetPlaybackPositionCapability()
Gets the value whether the playback position is supported or not.
Declaration
C#
Copy
public MediaControlCapabilitySupport GetPlaybackPositionCapability()
Returns
Type | Description |
---|---|
Media |
Exceptions
Type | Condition |
---|---|
System. |
The server has already been stopped. |
System. |
The Media |
Declaration
C#
Copy
public MediaControlPlaybackState GetPlaybackState()
Returns
Type | Description |
---|---|
Media |
The playback state. |
Exceptions
Type | Condition |
---|---|
System. |
The server has already been stopped. |
System. |
The Media |
Declaration
C#
Copy
public MediaControlCapabilitySupport GetPlaylistCapability()
Returns
Type | Description |
---|---|
Media |
Exceptions
Type | Condition |
---|---|
System. |
The server has already been stopped. |
System. |
The Media |
Declaration
C#
Copy
public MediaControlPlaylist GetPlaylistOfCurrentPlayingMedia()
Returns
Type | Description |
---|---|
Media |
The playlist name. |
Exceptions
Type | Condition |
---|---|
System. |
The server has already been stopped. |
System. |
The Media |
Declaration
C#
Copy
public IEnumerable<MediaControlPlaylist> GetPlaylists()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<T><Media |
The set of Media |
Exceptions
Type | Condition |
---|---|
System. |
The server has already been stopped. |
System. |
The Media |
Declaration
C#
Copy
public MediaControlRepeatMode GetRepeatMode()
Returns
Type | Description |
---|---|
Media |
A Media |
Exceptions
Type | Condition |
---|---|
System. |
The server has already been stopped. |
System. |
The Media |
Declaration
C#
Copy
public MediaControlCapabilitySupport GetRepeatModeCapability()
Returns
Type | Description |
---|---|
Media |
Exceptions
Type | Condition |
---|---|
System. |
The server has already been stopped. |
System. |
The Media |
Declaration
C#
Copy
public MediaControlCapabilitySupport GetSearchCapability()
Returns
Type | Description |
---|---|
Media |
Exceptions
Type | Condition |
---|---|
System. |
The server has already been stopped. |
System. |
The Media |
Declaration
C#
Copy
public MediaControlCapabilitySupport GetShuffleModeCapability()
Returns
Type | Description |
---|---|
Media |
Exceptions
Type | Condition |
---|---|
System. |
The server has already been stopped. |
System. |
The Media |
GetSubtitleModeCapability()
Gets the value whether the subtitle mode is supported or not.
Declaration
C#
Copy
public MediaControlCapabilitySupport GetSubtitleModeCapability()
Returns
Type | Description |
---|---|
Media |
Exceptions
Type | Condition |
---|---|
System. |
The server has already been stopped. |
System. |
The Media |
Declaration
C#
Copy
public bool IsMode360Enabled()
Returns
Type | Description |
---|---|
bool | A value indicating whether the 360 mode is enabled or not. |
Exceptions
Type | Condition |
---|---|
System. |
The server has already been stopped. |
System. |
The Media |
Declaration
C#
Copy
public bool IsShuffleModeEnabled()
Returns
Type | Description |
---|---|
bool | A value indicating whether the shuffle mode is enabled. |
Exceptions
Type | Condition |
---|---|
System. |
The server has already been stopped. |
System. |
The Media |
See Also
Declaration
C#
Copy
public bool IsSubtitleModeEnabled()
Returns
Type | Description |
---|---|
bool | A value indicating whether the subtitle mode is enabled or not. |
Exceptions
Type | Condition |
---|---|
System. |
The server has already been stopped. |
System. |
The Media |
Declaration
C#
Copy
[Obsolete("Deprecated since API8; Will be removed in API10. Please use RequestCommandAsync(Command command) instead.")]
public Task<Bundle> RequestAsync(Command command)
Parameters
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<TResult><Bundle> | Bundle represents the extra data from server and it can be null. |
Exceptions
Type | Condition |
---|---|
System. |
|
System. |
The server has already been stopped. |
System. |
The Media |
See Also
RequestCommandAsync(Command)
Requests a command to the server and client receives the result of each request(command).
Declaration
C#
Copy
public Task<(Bundle bundle, int result)> RequestCommandAsync(Command command)
Parameters
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<TResult><(Bundle bundle, int result)> | The type of return value is Tuple. |
Exceptions
Type | Condition |
---|---|
System. |
|
System. |
The server has already been stopped. |
System. |
The Media |
See Also
Declaration
C#
Copy
public void Response(Command command, int result, Bundle bundle)
Parameters
Type | Name | Description |
---|---|---|
Command | command | The command that return to client. |
int | result | The result of |
Bundle | bundle | The extra data. |
Exceptions
Type | Condition |
---|---|
System. |
|
System. |
The server is not running . |
Declaration
C#
Copy
public void Response(Command command, int result)
Parameters
Type | Name | Description |
---|---|---|
Command | command | The command that return to client. |
int | result | The result of |
Exceptions
Type | Condition |
---|---|
System. |
|
System. |
The server is not running . |
Declaration
C#
Copy
public void Response(Command command, MediaControlResult result, Bundle bundle)
Parameters
Type | Name | Description |
---|---|---|
Command | command | The command that return to client. |
Media |
result | The Media |
Bundle | bundle | The extra data. |
Exceptions
Type | Condition |
---|---|
System. |
|
System. |
The server is not running . |
Declaration
C#
Copy
public void Response(Command command, MediaControlResult result)
Parameters
Type | Name | Description |
---|---|---|
Command | command | The command that return to client. |
Media |
result | The Media |
Exceptions
Type | Condition |
---|---|
System. |
|
System. |
The server is not running . |
Declaration
C#
Copy
[Obsolete("Please do not use! This will be deprecated. Please use Request instead.")]
public void SendPlaybackCommand(MediaControlPlaybackCommand command)
Parameters
Type | Name | Description |
---|---|---|
Media |
command | A playback command. |
Exceptions
Type | Condition |
---|---|
System. |
The server has already been stopped. |
System. |
|
System. |
The Media |
See Also
Events
Declaration
C#
Copy
public event EventHandler<CustomCommandCapabilityUpdatedEventArgs> CustomCommandCapabilityUpdated
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Custom |
Declaration
C#
Copy
public event EventHandler<CustomCommandReceivedEventArgs> CustomCommandReceived
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Custom |
Declaration
C#
Copy
public event EventHandler<DisplayModeCapabilityUpdatedEventArgs> DisplayModeCapabilityUpdated
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Display |
Declaration
C#
Copy
public event EventHandler<DisplayModeUpdatedEventArgs> DisplayModeUpdated
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Display |
DisplayRotationCapabilityUpdated
Occurs when the display rotation capability is updated.
Declaration
C#
Copy
public event EventHandler<DisplayRotationCapabilityUpdatedEventArgs> DisplayRotationCapabilityUpdated
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Display |
Declaration
C#
Copy
public event EventHandler<DisplayRotationUpdatedEventArgs> DisplayRotationUpdated
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Display |
Declaration
C#
Copy
public event EventHandler<MetadataUpdatedEventArgs> MetadataUpdated
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Metadata |
Declaration
C#
Copy
public event EventHandler<Mode360CapabilityUpdatedEventArgs> Mode360CapabilityUpdated
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Mode360Capability |
Declaration
C#
Copy
public event EventHandler<Mode360UpdatedEventArgs> Mode360Updated
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Mode360Updated |
Declaration
C#
Copy
public event EventHandler<PlaybackCapabilityUpdatedEventArgs> PlaybackCapabilityUpdated
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Playback |
PlaybackPositionCapabilityUpdated
Occurs when the playback position capability is updated.
Declaration
C#
Copy
public event EventHandler<PlaybackPositionCapabilityUpdatedEventArgs> PlaybackPositionCapabilityUpdated
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Playback |
Declaration
C#
Copy
public event EventHandler<PlaybackStateUpdatedEventArgs> PlaybackStateUpdated
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Playback |
Declaration
C#
Copy
public event EventHandler<PlaylistCapabilityUpdatedEventArgs> PlaylistCapabilityUpdated
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Playlist |
Declaration
C#
Copy
public event EventHandler<PlaylistUpdatedEventArgs> PlaylistUpdated
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Playlist |
Declaration
C#
Copy
public event EventHandler<RepeatModeCapabilityUpdatedEventArgs> RepeatModeCapabilityUpdated
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Repeat |
Declaration
C#
Copy
public event EventHandler<RepeatModeUpdatedEventArgs> RepeatModeUpdated
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Repeat |
Declaration
C#
Copy
public event EventHandler<SearchCapabilityUpdatedEventArgs> SearchCapabilityUpdated
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Search |
Declaration
C#
Copy
public event EventHandler ServerStopped
Event Type
Type | Description |
---|---|
System. |
Declaration
C#
Copy
public event EventHandler<ShuffleModeCapabilityUpdatedEventArgs> ShuffleModeCapabilityUpdated
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Shuffle |
Declaration
C#
Copy
public event EventHandler<ShuffleModeUpdatedEventArgs> ShuffleModeUpdated
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Shuffle |
Declaration
C#
Copy
public event EventHandler<SubtitleCapabilityUpdatedEventArgs> SubtitleCapabilityUpdated
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Subtitle |
Declaration
C#
Copy
public event EventHandler<SubtitleModeUpdatedEventArgs> SubtitleModeUpdated
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Subtitle |