jvxgit / AudYoFlo

AudYoFlo repository for media processing in real-time
GNU General Public License v3.0
2 stars 2 forks source link

Put types of reports of changed properties into one id #4

Closed jvxgit closed 1 year ago

jvxgit commented 1 year ago

Put the following ids all together: 1) JVX_REPORT_COMMAND_REQUEST_UPDATE_PROPERTY_CONTENT, // IjvxReportCommandRequest_id 2) JVX_REPORT_COMMAND_REQUEST_UPDATE_PROPERTY_DESCRIPTOR_CONTENT, // IjvxReportCommandRequest_id 3) JVX_REPORT_COMMAND_REQUEST_PROPERTY_REPORT_SET, // IjvxReportCommandRequest_id

We can us one id for everything and add a "+" to the id-tag.

jvxgit commented 1 year ago

Implemented today