CAJava: Converting OSTypes to java ints
CAJava: Converting OSTypes to java ints
- Subject: CAJava: Converting OSTypes to java ints
- From: Bill Stewart <email@hidden>
- Date: Tue, 17 Dec 2002 10:52:25 -0800
The '3dmx' gets converted by the compiler into an integer value...
I wrote a little program OSType2Hex that lets me just sit and type
characters into stdin and prints out a hex number.
You can also even use BBEdit's ASCII table and convert the characters
manually:
ASCII Char Value
'3' 0x33
'd' 0x64
'm' 0x6D
'x' 0x78
becomes:
0x33646D78
Bill "teach a man to fish" Stewart:)
On Tuesday, December 17, 2002, at 09:41 AM, aNt wrote:
AUConstants doesn't include the kAudioUnitID_3DMixer in the Java api.
I am
cool with this but I cant seem to find how to pass the manufacturer id
of
'3dmx' to an int for java to pass on.
Anyone help me here? What duss:
Int kAudioUnitID_3DMixer = ?
Bill?
Tops
Ant
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.
--
mailto:email@hidden
tel: +1 408 974 4056
________________________________________________________________________
__
"Much human ingenuity has gone into finding the ultimate Before.
The current state of knowledge can be summarized thus:
In the beginning, there was nothing, which exploded" - Terry Pratchett
________________________________________________________________________
__
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.