Enum MediaControlResult

    Definition

    Namespace:
    Tizen.Multimedia.Remoting
    Assembly:
    Tizen.Multimedia.Remoting.dll

    Specifies the code which represents the result of communication between client and server.

    public enum MediaControlResult

    Fields

    Name Description
    Aborted

    The command or the event is aborted by some external event (e.g. aborted play command by incoming call).

    ActionDenied

    The command or the event is denied due to application policy (e.g. cannot rewind in recording).

    AlreadyDone

    The command or the event had already been completed.

    ApplicationFailed

    The application has failed.

    Invalid

    The command or the event is out of supported range or the limit is reached.

    LoginFailed

    The application could not log in.

    NetworkFailed

    The network has failed.

    NoAccount

    The application does not have account.

    NoAudioOutputDevice

    The command or the event has failed because there is no audio output device.

    NoMedia

    The command or the event has failed because the application has no media.

    NoPeer

    The command or the event has failed because there is no peer.

    NotSupported

    The command or the event is not supported.

    Success

    The command or the event has been successfully completed.

    Timeout

    Timeout has occurred.

    Unknown

    Unknown error.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX