Class MediaTestSource

Definition

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

Represents an audio or a video test source.

C#
Copy
public sealed class MediaTestSource : MediaSource, IDisplayable<uint>
Inheritance
System.Object
MediaTestSource

Constructors

View Source

MediaTestSource(MediaType)

Initializes a new instance of the MediaTestSource class.

Declaration
C#
Copy
public MediaTestSource(MediaType type)
Parameters
Type Name Description
MediaType type
API Level: 9

See Also