zdk.objc
|
ZDK Sound description. More...
#import <ZDKSound.h>
Instance Methods | |
(NSString *) | - handlesDescription |
![]() | |
(long int) | - handle |
(void) | - initialize |
(void) | - releaseReference |
(NSString *) | - handlesDescription |
Properties | |
long int | soundHandle |
Gets the underlying sound handler ID. More... | |
NSString *_Nullable | path |
Gets the path to the file this Sound was created from. More... | |
int | frequency |
int | lengthSamples |
int | approximateLengthMs |
int | channelCount |
BOOL | repeat |
int | pause |
ZDK Sound description.
- (NSString *) handlesDescription |
Reimplemented from <ZDKZHandle>.
|
readnonatomicassign |
Gets the path to the file this Sound was created from.
|
readnonatomicassign |
Gets the underlying sound handler ID.
Internally assigned on successful addSound() invocation and invalidated on removeSound().