File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ namespace WPEFramework {
194
194
Exchange::JHdmiCecSink::Event::SetSystemAudioModeEvent (_parent, audioMode);
195
195
}
196
196
197
- void ShortAudiodescriptorEvent (Exchange::IHdmiCecSink::IHdmiCecSinkShortAudioDescriptorIterator * const & ShortAudioDescriptor) override
197
+ void ShortAudiodescriptorEvent (IValueIterator * const & ShortAudioDescriptor) override
198
198
{
199
199
LOGINFO (" ShortAudiodescriptorEvent" );
200
200
Exchange::JHdmiCecSink::Event::ShortAudiodescriptorEvent (_parent, &ShortAudioDescriptor);
Original file line number Diff line number Diff line change @@ -994,15 +994,14 @@ namespace WPEFramework
994
994
{
995
995
996
996
LOGINFO (" Notify the DS " );
997
- std::vector<int > shortAudioDescriptors;
998
- for (size_t i = 0 ; i < audiodescriptor.Length (); i++) {
999
- shortAudioDescriptors.push_back (audiodescriptor[i].Number ());
1000
- }
997
+
1001
998
1002
- while (index != _hdmiCecSourceNotifications.end ()) {
1003
- (*index)->ShortAudioDescriptorEvent (shortAudioDescriptors);
1004
- index++;
1005
- }
999
+
1000
+
1001
+ // while (index != _hdmiCecSourceNotifications.end()) {
1002
+ // (*index)->ShortAudioDescriptorEvent(shortAudioDescriptors);
1003
+ // index++;
1004
+ // }
1006
1005
}
1007
1006
1008
1007
void HdmiCecSinkImplementation::Process_ShortAudioDescriptor_msg (const ReportShortAudioDescriptor &msg)
You can’t perform that action at this time.
0 commit comments