Show / Hide Table of Contents

    Class MediaView

    The MediaView class is used to display the video output on the screen.

    Inheritance
    System.Object
    MediaView
    Implements
    IVideoOutput
    Namespace: Tizen.Wearable.CircularUI.Forms
    Assembly: Tizen.Wearable.CircularUI.Forms.dll
    Syntax
    public class MediaView : Layout<View>, IVideoOutput

    Fields

    PlayerProperty

    Identifies the Player bindable property.

    Declaration
    public static readonly BindableProperty PlayerProperty
    Field Value
    Type Description
    BindableProperty

    Properties

    OuputType

    Gets the video output type.

    Declaration
    public virtual VideoOuputType OuputType { get; }
    Property Value
    Type Description
    VideoOuputType

    Player

    Gets or sets the media player.

    Declaration
    public MediaPlayer Player { get; set; }
    Property Value
    Type Description
    MediaPlayer

    Methods

    LayoutChildren(Double, Double, Double, Double)

    Declaration
    protected override void LayoutChildren(double x, double y, double width, double height)
    Parameters
    Type Name Description
    System.Double x
    System.Double y
    System.Double width
    System.Double height

    OnBindingContextChanged()

    Declaration
    protected override void OnBindingContextChanged()

    OnMeasure(Double, Double)

    Declaration
    protected override SizeRequest OnMeasure(double widthConstraint, double heightConstraint)
    Parameters
    Type Name Description
    System.Double widthConstraint
    System.Double heightConstraint
    Returns
    Type Description
    SizeRequest

    Explicit Interface Implementations

    IVideoOutput.Controller

    Declaration
    View IVideoOutput.Controller { get; set; }
    Returns
    Type Description
    View

    IVideoOutput.MediaView

    Declaration
    VisualElement IVideoOutput.MediaView { get; }
    Returns
    Type Description
    VisualElement

    Implements

    IVideoOutput
    Back to top Copyright © 2018-2019 Samsung
    Generated by DocFX