9#import <Foundation/Foundation.h>
12NS_ASSUME_NONNULL_BEGIN
30@property(nonatomic, readonly) NSString* _Nullable
path;
32@property(nonatomic, readonly)
int frequency;
34@property(nonatomic, readonly)
int lengthSamples;
36@property(nonatomic, readonly)
int approximateLengthMs;
38@property(nonatomic, readonly)
int channelCount;
40@property(nonatomic, readonly) BOOL repeat;
42@property(nonatomic, readonly)
int pause;
44-(NSString*)handlesDescription;
ZDK Sound description.
Definition: ZDKSound.h:16
long int soundHandle
Gets the underlying sound handler ID.
Definition: ZDKSound.h:24
NSString *_Nullable path
Gets the path to the file this Sound was created from.
Definition: ZDKSound.h:30
Definition: ZDKZHandle.h:13