Interface IVideoOutput
Interface indicating the ouput type of the media.
Namespace: Tizen.Theme.Common
Assembly: Tizen.Theme.Common.dll
Syntax
public interface IVideoOutput
Properties
Controller
Declaration
View Controller { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.View |
MediaView
Declaration
VisualElement MediaView { get; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.VisualElement |
OuputType
Declaration
VideoOuputType OuputType { get; }
Property Value
Type | Description |
---|---|
VideoOuputType |