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
System.Object
MediaScreenSource
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

See Also