Class MediaScreenSource

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll
API Level:
9

Represents a screen source.

C#
Copy
public sealed class MediaScreenSource : MediaSource, IDisplayable<uint>
Inheritance
MediaScreenSource
Implements
Tizen.Multimedia.IDisplayable<UInt32>
Remarks

MediaScreenSource is not allowed to be used by third-party applications due to the security reasons. (Since Tizen 7.0)

Constructors

View Source

MediaScreenSource()

Initializes a new instance of the MediaScreenSource class.

Declaration
C#
Copy
public MediaScreenSource()
API Level: 9
Feature: http://tizen.org/feature/display

Implements

Tizen.Multimedia.IDisplayable<>

Extension Methods

See Also