I get a:
java.lang.IllegalArgumentException: Can't call public method of non-public 
class: public final void 
com.sun.media.sound.AbstractDataLine.open(javax.sound.sampled.AudioFormat,int) 
throws javax.sound.sampled.LineUnavailableException 

>From a tutorial i saw that they first typecast the AbstractDataLine to a 
SouceDataLine. I wanted to make this typecast.

Kind regards
Fabian

Am Montag, 20. Januar 2014 10:15:04 UTC+1 schrieb Meikel Brandmeyer 
(kotarak):

> Hi,
>
> Am Montag, 20. Januar 2014 09:46:23 UTC+1 schrieb Fabian Page:
>>
>>
>> I want to output some sound with javax.sound.sampled. 
>>
>> But from AudioSystem.getSourceDataLine i get a "AbstractDataLine" which i 
>> need to typecast to a "SourceDataLine". How can i make this typecast in 
>> clojure? 
>>
>>
> Why do you need a typecast?
>
> Kind regards
> Meikel
>  
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to