File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
struct EXTERNAL IHdcpProfile : virtual public Core::IUnknown
29
29
{
30
30
enum { ID = ID_HDCPPROFILE };
31
-
31
+
32
32
struct EXTERNAL HDCPStatus
33
33
{
34
34
bool isConnected /* @text isConnected */ /* @brief Indicates whether a display is connected */ ;
48
48
// @text onDisplayConnectionChanged
49
49
// @brief Triggered if HDMI was connected or disconnected upon receiving onHdmiOutputHotPlug
50
50
// @param HDCPStatus: Contains HDCP-related data as separate properties
51
- virtual void OnDisplayConnectionChanged (const HDCPStatus hdcpStatus) {};
51
+ virtual void OnDisplayConnectionChanged (const HDCPStatus hdcpStatus/* @text HDCPStatus */ ) {};
52
52
};
53
53
virtual Core::hresult Register (IHdcpProfile::INotification* notification /* @in */ ) = 0;
54
54
virtual Core::hresult Unregister (IHdcpProfile::INotification* notification /* @in */ ) = 0;
You can’t perform that action at this time.
0 commit comments