/SundanceVail10A5376e.K66DeveloperOS/PrivateFrameworks/ATVSlideshow.framework/Headers/MPSongInternal.h

https://github.com/zsh-tony/appletv-private-headers · C Header · 38 lines · 16 code · 4 blank · 18 comment · 0 complexity · b552ee172348f9df216748b807fa2aa3 MD5 · raw file

  1. /**
  2. * This header is generated by class-dump-z 0.2a.
  3. * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
  4. *
  5. * Source: /System/Library/PrivateFrameworks/ATVSlideshow.framework/ATVSlideshow
  6. */
  7. #import <NSObject.h> // Unknown library
  8. @interface MPSongInternal : NSObject {
  9. double duration; // 4 = 0x4
  10. double startTime; // 12 = 0xc
  11. float audioVolume; // 20 = 0x14
  12. double fadeInDuration; // 24 = 0x18
  13. double fadeOutDuration; // 32 = 0x20
  14. BOOL assetLogging; // 40 = 0x28
  15. }
  16. @property(assign, nonatomic) BOOL assetLogging; // G=0x3621eef9; S=0x3621ef09; @synthesize
  17. @property(assign, nonatomic) float audioVolume; // G=0x3621ee81; S=0x3621ee91; @synthesize
  18. @property(assign, nonatomic) double duration; // G=0x3621ee29; S=0x3621ee41; @synthesize
  19. @property(assign, nonatomic) double fadeInDuration; // G=0x3621eea1; S=0x3621eeb9; @synthesize
  20. @property(assign, nonatomic) double fadeOutDuration; // G=0x3621eecd; S=0x3621eee5; @synthesize
  21. @property(assign, nonatomic) double startTime; // G=0x3621ee55; S=0x3621ee6d; @synthesize
  22. // declared property getter: - (BOOL)assetLogging; // 0x3621eef9
  23. // declared property getter: - (float)audioVolume; // 0x3621ee81
  24. // declared property getter: - (double)duration; // 0x3621ee29
  25. // declared property getter: - (double)fadeInDuration; // 0x3621eea1
  26. // declared property getter: - (double)fadeOutDuration; // 0x3621eecd
  27. // declared property setter: - (void)setAssetLogging:(BOOL)logging; // 0x3621ef09
  28. // declared property setter: - (void)setAudioVolume:(float)volume; // 0x3621ee91
  29. // declared property setter: - (void)setDuration:(double)duration; // 0x3621ee41
  30. // declared property setter: - (void)setFadeInDuration:(double)duration; // 0x3621eeb9
  31. // declared property setter: - (void)setFadeOutDuration:(double)duration; // 0x3621eee5
  32. // declared property setter: - (void)setStartTime:(double)time; // 0x3621ee6d
  33. // declared property getter: - (double)startTime; // 0x3621ee55
  34. @end