Skip to content

Commit

Permalink
Json meta to IDL changes: updates after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
HaseenaSainul committed Nov 26, 2024
1 parent 91909f4 commit 0e0bee6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions interfaces/IDeviceInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,14 @@ namespace Exchange {
// @property
// @brief Retrieves VideoOutputs
virtual Core::hresult VideoOutputs(VideoOutput& videoOutputs /* @out @bitmask */) const = 0;
// @property
// @brief Retrieves DefaultResolution against given video Output
virtual Core::hresult DefaultResolution(const VideoOutput videoOutput /* @index */, ScreenResolution& defaultResolution /* @out */) const = 0;
// @property
// @alt supportedresolutions
// @brief Retrieves Resolution against given video Output
virtual Core::hresult Resolutions(const VideoOutput videoOutput /* @index */, ScreenResolution& resolutions /* @out @bitmask */) const = 0;
// @property
// @alt supportedhdcp
// @brief Retrieves Hdcp
virtual Core::hresult Hdcp(const VideoOutput videoOutput /* @index */, CopyProtection& hdcpVersion /* @out */) const = 0;
Expand Down
6 changes: 0 additions & 6 deletions interfaces/ISecurityAgent.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ namespace Exchange {
/* @json 1.0.0 */
struct EXTERNAL ISecurityAgent : virtual public Core::IUnknown {
enum { ID = ID_SECURITYAGENT };
struct TokenInput {
string url /* @brief Url of application origin */;
string user /* @brief Username */;
string hash /* @brief Random hash */;
};

// @brief Validate Token
// @param Token to be validated
// @param Given token status, i.e, it is valid or not
Expand Down

0 comments on commit 0e0bee6

Please sign in to comment.