Einzelnen Beitrag anzeigen

Rollo62

Registriert seit: 15. Mär 2007
3.908 Beiträge
 
Delphi 12 Athens
 
#3

AW: [Fmx, iOS, MacOS] Einbinden von 3rd Party SWIFT Frameworks

  Alt 9. Aug 2018, 10:01
Hallo Markus,

ja du könntest Recht damit haben.
Die Header sehen nach Objective-C aus.

Was mir da nur aufstösst sind die eventuell speziellen SWIFT-Klassen:
Delphi-Quellcode:
SWIFT_CLASS("_TtC8AudioKit13AKAudioPlayer")
@interface AKAudioPlayer : AKNode <AKToggleable>
@property (nonatomic, strong) AVAudioPCMBuffer * _Nullable audioFileBuffer;
/// Will be triggered when AKAudioPlayer has finished to play.
/// (will not as long as loop is on)
@property (nonatomic, copy) void (^ _Nullable completionHandler)(void);
/// Boolean indicating whether or not to loop the playback (Default false)
@property (nonatomic) BOOL looping;
/// Boolean indicating to play the buffer in reverse
@property (nonatomic) BOOL reversed;
/// Fade in duration
@property (nonatomic) double fadeInTime;
Ich werde es einfach mal ausprobieren, dankesehr.

Rollo
  Mit Zitat antworten Zitat