mirror of https://github.com/darlinghq/darling
Merge pull request #1619 from jlucfarias/add-framework-audiovideobridging
Add framework AudioVideoBridging
This commit is contained in:
commit
24b72ee2b2
|
|
@ -0,0 +1 @@
|
|||
Versions/A/Headers
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../../../../../../../../../../../src/frameworks/AudioVideoBridging/include/AudioVideoBridging
|
||||
|
|
@ -0,0 +1 @@
|
|||
A
|
||||
|
|
@ -0,0 +1 @@
|
|||
../Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AudioVideoBridging.framework/Headers
|
||||
|
|
@ -0,0 +1,191 @@
|
|||
project(AudioVideoBridging)
|
||||
|
||||
set(DYLIB_COMPAT_VERSION "1.0.0")
|
||||
set(DYLIB_CURRENT_VERSION "1.0.0")
|
||||
set(FRAMEWORK_VERSION "A")
|
||||
|
||||
remove_sdk_framework(AudioVideoBridging
|
||||
)
|
||||
|
||||
generate_sdk_framework(AudioVideoBridging
|
||||
VERSION ${FRAMEWORK_VERSION}
|
||||
HEADER "include/AudioVideoBridging"
|
||||
)
|
||||
|
||||
add_framework(AudioVideoBridging
|
||||
FAT
|
||||
CURRENT_VERSION
|
||||
VERSION ${FRAMEWORK_VERSION}
|
||||
|
||||
SOURCES
|
||||
src/AudioVideoBridging.m
|
||||
src/AVB1722MAAP.m
|
||||
src/AVB1722ControlInterface.m
|
||||
src/AVB17221ACMPInterface.m
|
||||
src/AVB17221ACMPPendingResponse.m
|
||||
src/AVB17221AECPInterface.m
|
||||
src/AVB17221AECPPendingResponse.m
|
||||
src/AVB17221AEMAudioCluster.m
|
||||
src/AVB17221AEMAudioMap.m
|
||||
src/AVB17221AEMAudioMapping.m
|
||||
src/AVB17221AEMStreamPort.m
|
||||
src/AVBWiFiInterface.m
|
||||
src/AVB17221AEMAudioUnit.m
|
||||
src/AVB17221AEMAVBInterface.m
|
||||
src/AVB17221AEMLMMMapping.m
|
||||
src/AVB17221AEMLocalModelMaker.m
|
||||
src/AVB17221AEMLocalRemoteMapping.m
|
||||
src/AVB17221AEMClockSource.m
|
||||
src/AVB17221AEMConfiguration.m
|
||||
src/AVBIIDCStreamConfiguration.m
|
||||
src/AVB17221AEMControl.m
|
||||
src/AVB17221AEMControlDescriptorArrayValue.m
|
||||
src/AVB17221AEMControlDescriptorBodePlotValue.m
|
||||
src/AVB17221AEMBodePlotEntry.m
|
||||
src/AVB17221AEMControlDescriptorLinearValue.m
|
||||
src/AVB17221AEMControlDescriptorSelectorValue.m
|
||||
src/AVB17221AEMControlDescriptorUTF8Value.m
|
||||
src/AVBInterfaceStreamingManager.m
|
||||
src/AVB17221AEMAVCaptureDeviceModelMaker.m
|
||||
src/AVBAVDECCController.m
|
||||
src/AVB17221AEMControlDescriptorValue.m
|
||||
src/AVB17221AEMDescriptorCount.m
|
||||
src/AVB17221AEMEntity.m
|
||||
src/AVB17221AEMJack.m
|
||||
src/AVB17221AEMExternalPort.m
|
||||
src/AVB17221AEMInternalPort.m
|
||||
src/AVB17221AEMControlDescriptorLinearSet.m
|
||||
src/AVB17221AEMLocale.m
|
||||
src/AVB17221AEMLocalizedStringReference.m
|
||||
src/AVB17221AEMMatrix.m
|
||||
src/AVB17221AEMMixer.m
|
||||
src/AVB17221AEMModelObject.m
|
||||
src/AVBAVDECCEntity.m
|
||||
src/AVBAVDECCEntityInterface.m
|
||||
src/AVB17221AEMMSRPMapping.m
|
||||
src/AVB17221AEMObject.m
|
||||
src/AVB17221AEMSamplingRate.m
|
||||
src/AVB17221AEMSamplingRateRange.m
|
||||
src/AVBIIDCUserOutputStream.m
|
||||
src/AVBEUI64Transformer.m
|
||||
src/AVBConnectedTransformer.m
|
||||
src/AVB17221AEMControlDescriptorVendorValue.m
|
||||
src/AVB17221AEMSensorUnit.m
|
||||
src/AVB17221AEMSignalSelector.m
|
||||
src/AVB17221AEMSignal.m
|
||||
src/AVB17221AEMStream.m
|
||||
src/AVB17221AEMStreamFormat.m
|
||||
src/AVB17221AEMStandardStreamFormat.m
|
||||
src/AVB17221AEMIIDCStreamFormat.m
|
||||
src/AVB17221AEM61883StreamFormat.m
|
||||
src/AVB17221AEM618834StreamFormat.m
|
||||
src/AVB17221AEM618836StreamFormat.m
|
||||
src/AVB17221AEM61883632BitStreamFormat.m
|
||||
src/AVB17221AEM618836FloatStreamFormat.m
|
||||
src/AVB17221AEM618836AM824StreamFormat.m
|
||||
src/AVB17221AEM618837StreamFormat.m
|
||||
src/AVB17221AEM618838StreamFormat.m
|
||||
src/AVB17221AEMMMAStreamFormat.m
|
||||
src/AVB17221AEMAAFStreamFormat.m
|
||||
src/AVB17221AEMAAFPCMStreamFormat.m
|
||||
src/AVB17221AEMAAFAES3StreamFormat.m
|
||||
src/AVB17221AEMCVFStreamFormat.m
|
||||
src/AVB17221AEMCVFMJPEGStreamForamt.m
|
||||
src/AVB17221AEMCVFH264StreamFormat.m
|
||||
src/AVB17221AEMCVFJPEG2000StreamFormat.m
|
||||
src/AVB17221AEMCRFStreamFormat.m
|
||||
src/AVB17221AEMTSCFStreamFormat.m
|
||||
src/AVB17221AEMSVFStreamFormat.m
|
||||
src/AVB17221AEMRVFStreamFormat.m
|
||||
src/AVB17221AEMVSFStreamFormat.m
|
||||
src/AVB17221AEMVendorStreamFormat.m
|
||||
src/AVB17221AEMStrings.m
|
||||
src/AVB17221AEMVideoUnit.m
|
||||
src/AVBEthernetInterface.m
|
||||
src/AVBInterface.m
|
||||
src/AVBIIDCUserInputStream.m
|
||||
src/AVB17221Entity.m
|
||||
src/AVB17221EntityDiscovery.m
|
||||
src/AVBIIDCIOSurfaceStream.m
|
||||
src/AVBMRP.m
|
||||
src/AVBMSRPDomain.m
|
||||
src/AVBMSRPDomainInfo.m
|
||||
src/AVBSimpleVirtualAudio.m
|
||||
src/AVBMACAddressFormatter.m
|
||||
src/AVBVirtualStream.m
|
||||
src/AVBVirtualStreamConnection.m
|
||||
src/AVBMSRPListener.m
|
||||
src/AVB17221AEMModelMaker.m
|
||||
src/AVBMSRPTalker.m
|
||||
src/AVBMSRPTalkerAttribute.m
|
||||
src/AVBMVRP.m
|
||||
src/AVB17221AEMCoreAudioDeviceModelMaker.m
|
||||
src/AVBBuiltInAVDECCEntity.m
|
||||
src/AVBNub.m
|
||||
src/AVB17221AEMMemoryObjectData.m
|
||||
src/AVB17221AEMEntityEnumerator.m
|
||||
src/AVBMACAddress.m
|
||||
src/AVB17221ACMPMessage.m
|
||||
src/AVB17221AECPAEMMessage.m
|
||||
src/AVB17221AECPAddressAccessMessage.m
|
||||
src/AVBAudioDeviceSharing.m
|
||||
src/AVBMutableBool.m
|
||||
src/AVBVirtualEntity.m
|
||||
src/AVB17221AECPAVCMessage.m
|
||||
src/AVB17221AECPVendorMessage.m
|
||||
src/AVB17221AECPAddressAccessTLV.m
|
||||
src/AVB17221AEMStreamFormatTransformer.m
|
||||
src/AVB17221AEMVideoColorSpaceTransformer.m
|
||||
src/AVB17221AECPMessage.m
|
||||
src/AVB17221AEMMatrixSignal.m
|
||||
src/AVB17221AEMMemoryObject.m
|
||||
src/AVB17221AEMNamedModelObject.m
|
||||
src/AVB17221AEMClockDomainedModelObject.m
|
||||
src/AVB17221AEMNamedClockDomainedModelObject.m
|
||||
src/AVB17221AEMUnit.m
|
||||
src/AVB17221AEMCluster.m
|
||||
src/AVBMAAPMACAddress.m
|
||||
src/AVB17221AEMPort.m
|
||||
src/AVBCentralManager.m
|
||||
src/AVB17221AEMSignalPort.m
|
||||
src/AVB17221AEMSampleRateTransformer.m
|
||||
src/AVB17221AEMVideoMap.m
|
||||
src/AVBIIDCIOSurfaceOutputStream.m
|
||||
src/AVB17221AEMSensorMap.m
|
||||
src/AVB17221AEMVideoMapping.m
|
||||
src/AVB17221AEMSensorMapping.m
|
||||
src/AVB17221AEMSensorCluster.m
|
||||
src/AVB17221AEMBaseControl.m
|
||||
src/AVBCustomVirtualAudioEntityAEMValidator.m
|
||||
src/AVB17221AEMSignalTranscoder.m
|
||||
src/AVB17221AEMSignalSplitter.m
|
||||
src/AVB17221AEMSignalSplitterMapping.m
|
||||
src/AVB17221AEMSignalDemultiplexerMapping.m
|
||||
src/AVBBuiltInAVDECCController.m
|
||||
src/AVB17221AEMSignalDemultiplexer.m
|
||||
src/AVB17221AEMSignalCombinerMapping.m
|
||||
src/AVB17221AEMSignalMultiplexerMapping.m
|
||||
src/AVB17221AEMSignalCombiner.m
|
||||
src/AVB17221AEMSignalMultiplexer.m
|
||||
src/AVB17221AEMVideoCluster.m
|
||||
src/AVB17221AEMVideoFormatSpecific.m
|
||||
src/AVB17221AEMVideoAspectRatio.m
|
||||
src/AVB17221AEMVideoSize.m
|
||||
src/AVBgPTPEthernetPort.m
|
||||
src/AVB17221AEMClockDomain.m
|
||||
src/AVB17221AEMSensorFormat.m
|
||||
src/AVB17221AEMControlBlock.m
|
||||
src/AVB17221AEMControlDescriptorSelectorStringValue.m
|
||||
src/AVB17221AEMControlDescriptorSMPTETimeValue.m
|
||||
src/AVB17221AEMControlDescriptorGPTPValue.m
|
||||
src/AVB17221AEMControlDescriptorSamplingRateValue.m
|
||||
src/AVBAudioDriverManager.m
|
||||
src/AVBInputStream.m
|
||||
src/AVBStream.m
|
||||
src/AVBOutputStream.m
|
||||
|
||||
DEPENDENCIES
|
||||
system
|
||||
objc
|
||||
Foundation
|
||||
)
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@protocol ADDDeviceService
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@protocol ALServiceProtocol
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@protocol ASACoreAudioClient
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@protocol AVB17221ACMPClient
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221ACMPInterface : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221ACMPMessage : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221ACMPPendingResponse : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AECPAEMMessage : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AECPAVCMessage : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AECPAddressAccessMessage : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AECPAddressAccessTLV : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@protocol AVB17221AECPClient
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AECPInterface : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AECPMessage : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AECPPendingResponse : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AECPVendorMessage : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEM618834StreamFormat : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEM61883632BitStreamFormat : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEM618836AM824StreamFormat : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEM618836FloatStreamFormat : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEM618836StreamFormat : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEM618837StreamFormat : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEM618838StreamFormat : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEM61883StreamFormat : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMAAFAES3StreamFormat : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMAAFPCMStreamFormat : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMAAFStreamFormat : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMAVBInterface : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMAVCaptureDeviceModelMaker : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMAudioCluster : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMAudioMap : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMAudioMapping : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMAudioUnit : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMBaseControl : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMBodePlotEntry : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMCRFStreamFormat : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMCVFH264StreamFormat : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMCVFJPEG2000StreamFormat : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMCVFMJPEGStreamForamt : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMCVFStreamFormat : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMClockDomain : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMClockDomainedModelObject : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMClockSource : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMCluster : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMConfiguration : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMControl : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMControlBlock : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMControlDescriptorArrayValue : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMControlDescriptorBodePlotValue : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMControlDescriptorGPTPValue : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMControlDescriptorLinearSet : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMControlDescriptorLinearValue : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMControlDescriptorSMPTETimeValue : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMControlDescriptorSamplingRateValue : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMControlDescriptorSelectorStringValue : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMControlDescriptorSelectorValue : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMControlDescriptorUTF8Value : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMControlDescriptorValue : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMControlDescriptorVendorValue : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMCoreAudioDeviceModelMaker : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMDescriptorCount : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMEntity : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMEntityEnumerator : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMExternalPort : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMIIDCStreamFormat : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMInternalPort : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMJack : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMLMMMapping : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMLocalModelMaker : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMLocalRemoteMapping : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMLocale : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMLocalizedStringReference : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMMMAStreamFormat : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMMSRPMapping : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMMatrix : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMMatrixSignal : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMMemoryObject : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMMemoryObjectData : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMMixer : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMModelMaker : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMModelObject : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMNamedClockDomainedModelObject : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMNamedModelObject : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMObject : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMPort : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMRVFStreamFormat : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMSVFStreamFormat : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMSampleRateTransformer : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMSamplingRate : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMSamplingRateRange : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMSensorCluster : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMSensorFormat : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMSensorMap : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMSensorMapping : NSObject
|
||||
|
||||
@end
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
This file is part of Darling.
|
||||
|
||||
Copyright (C) 2025 Darling Developers
|
||||
|
||||
Darling is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Darling is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Darling. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface AVB17221AEMSensorUnit : NSObject
|
||||
|
||||
@end
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue