/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
- /**
- * This header is generated by class-dump-z 0.2a.
- * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
- *
- * Source: /System/Library/PrivateFrameworks/ATVSlideshow.framework/ATVSlideshow
- */
- #import <NSObject.h> // Unknown library
- @interface MPSongInternal : NSObject {
- double duration; // 4 = 0x4
- double startTime; // 12 = 0xc
- float audioVolume; // 20 = 0x14
- double fadeInDuration; // 24 = 0x18
- double fadeOutDuration; // 32 = 0x20
- BOOL assetLogging; // 40 = 0x28
- }
- @property(assign, nonatomic) BOOL assetLogging; // G=0x3621eef9; S=0x3621ef09; @synthesize
- @property(assign, nonatomic) float audioVolume; // G=0x3621ee81; S=0x3621ee91; @synthesize
- @property(assign, nonatomic) double duration; // G=0x3621ee29; S=0x3621ee41; @synthesize
- @property(assign, nonatomic) double fadeInDuration; // G=0x3621eea1; S=0x3621eeb9; @synthesize
- @property(assign, nonatomic) double fadeOutDuration; // G=0x3621eecd; S=0x3621eee5; @synthesize
- @property(assign, nonatomic) double startTime; // G=0x3621ee55; S=0x3621ee6d; @synthesize
- // declared property getter: - (BOOL)assetLogging; // 0x3621eef9
- // declared property getter: - (float)audioVolume; // 0x3621ee81
- // declared property getter: - (double)duration; // 0x3621ee29
- // declared property getter: - (double)fadeInDuration; // 0x3621eea1
- // declared property getter: - (double)fadeOutDuration; // 0x3621eecd
- // declared property setter: - (void)setAssetLogging:(BOOL)logging; // 0x3621ef09
- // declared property setter: - (void)setAudioVolume:(float)volume; // 0x3621ee91
- // declared property setter: - (void)setDuration:(double)duration; // 0x3621ee41
- // declared property setter: - (void)setFadeInDuration:(double)duration; // 0x3621eeb9
- // declared property setter: - (void)setFadeOutDuration:(double)duration; // 0x3621eee5
- // declared property setter: - (void)setStartTime:(double)time; // 0x3621ee6d
- // declared property getter: - (double)startTime; // 0x3621ee55
- @end