equal
deleted
inserted
replaced
78 AudioUnit (*GetDestUnit)(struct S_AudioFilePlayer *afp); |
78 AudioUnit (*GetDestUnit)(struct S_AudioFilePlayer *afp); |
79 void (*Print)(struct S_AudioFilePlayer *afp); |
79 void (*Print)(struct S_AudioFilePlayer *afp); |
80 |
80 |
81 /*private:*/ |
81 /*private:*/ |
82 AudioUnit mPlayUnit; |
82 AudioUnit mPlayUnit; |
83 SInt16 mForkRefNum; |
83 #if MAC_OS_X_VERSION_MAX_ALLOWED >= 1050 |
84 |
84 FSIORefNum mForkRefNum; |
|
85 #else |
|
86 int mForkRefNum; |
|
87 #endif |
|
88 |
85 AURenderCallbackStruct mInputCallback; |
89 AURenderCallbackStruct mInputCallback; |
86 |
90 |
87 AudioStreamBasicDescription mFileDescription; |
91 AudioStreamBasicDescription mFileDescription; |
88 |
92 |
89 int mConnected; |
93 int mConnected; |