Show / Hide Table of Contents

    Class MediaView

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.dll
    API Level:
    3

    The MediaView class allows application developers to display the video output on the screen.

    public class MediaView : EvasObject
    Inheritance
    Object
    EvasObject
    MediaView
    Remarks

    This view should not be instantiated directly.
    Use Tizen.Xamarin.Forms.Extension.MediaView to create the view.

    Examples
    Tizen.Xamarin.Forms.Extension.MediaView mediaView = ...
    ...
    var display = new Display((Tizen.Multimedia.MediaView)mediaView.NativeView);

    Constructors

    View Source

    MediaView(EvasObject)

    This constructor is used by the infrastructure and is not intended to be used directly from application code.

    Declaration
    public MediaView(EvasObject parent)
    Parameters
    Type Name Description
    EvasObject parent
    API Level: 3

    Methods

    View Source

    CreateHandle(EvasObject)

    This method is used by the infrastructure and is not intended to be used directly from application code.

    Declaration
    protected override IntPtr CreateHandle(EvasObject parent)
    Parameters
    Type Name Description
    EvasObject parent
    Returns
    Type Description
    IntPtr
    Overrides
    EvasObject.CreateHandle(EvasObject)
    API Level: 3

    Extension Methods

    RotaryEventExtensions.AddRotaryEventHandler(EvasObject, RotaryEventHandler)
    RotaryEventExtensions.RemoveRotaryEventHandler(EvasObject, RotaryEventHandler)
    RotaryEventExtensions.Activate(EvasObject)
    RotaryEventExtensions.Deactivate(EvasObject)
    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX