Delphi-Quellcode:
TCustomSessionThread = class(TThread)
//
end;
TSessionThread = class(TCustomSessionThread, IAudioSessionNotification)
der Compiler meckert weil
- QueryInterface
- _AddRef
- _Release
in meiner Class nicht definiert ist.
Hier jedoch geht es auch ohne!
Delphi-Quellcode:
TCustomAudioVolume = class(TWinControl)
//
end;
TAudioVolume = class(TCustomAudioVolume, IAudioSessionEvents, IMMNotificationClient,
IAudioSessionNotification, IAudioEndpointVolumeCallback)
Ist doch wenn man vom TThread <> TWinControl mal absieht das gleiche.
Meine Frage also warum ?
Ich möchte diese in der TSessionThread Class nicht hinzufügen wenn es machbar ist.
gruss