Class MediaView
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
The MediaView class allows application developers to display the video output on the screen.
public class MediaView : EvasObject
- Inheritance
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 SourceMediaView(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 |
Remarks
This view should not be instantiated directly.
Use Tizen.Xamarin.Forms.Extension.MediaView to create the view.
Methods
View SourceCreateHandle(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 |
|---|---|
| System.IntPtr |
Overrides
Remarks
This view should not be instantiated directly.
Use Tizen.Xamarin.Forms.Extension.MediaView to create the view.