Class MediaScreenSource

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll

Represents a media source to share screen data.

C#
Copy
public sealed class MediaScreenSource : MediaSource
Inheritance
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()
Remarks

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

See Also