Class ScreenMirroringUibcInfoReceivedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the UibcInfoReceived event.
public class ScreenMirroringUibcInfoReceivedEventArgs : EventArgs
- Inheritance
-
objectScreenMirroringUibcInfoReceivedEventArgs
Properties
View SourceError
Gets the error that occurred.
Declaration
public ScreenMirroringError Error { get; }
Property Value
| Type | Description |
|---|---|
| ScreenMirroringError |
GenCapability
Gets the gen capability
Declaration
public uint GenCapability { get; }
Property Value
| Type | Description |
|---|---|
| uint |
HidcCapabilities
Gets the HIDC(Human Interface Device Command) capabilities
Declaration
public ReadOnlyCollection<UibcInputs> HidcCapabilities { get; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyCollection<><UibcInputs> |
Ip
Gets the IP address
Declaration
public string Ip { get; }
Property Value
| Type | Description |
|---|---|
| string |
Port
Gets the port number
Declaration
public uint Port { get; }
Property Value
| Type | Description |
|---|---|
| uint |
Resolution
Gets the resolution of window
Declaration
public Size Resolution { get; }
Property Value
| Type | Description |
|---|---|
| Size |