>From what i understood cast only checks if a-instance can be a 
SourceDataLine. But it doesn't cast the AbstractDataLine to a 
SourceDataLine?

Thanks Fabian

Am Montag, 20. Januar 2014 09:58:51 UTC+1 schrieb Gaofeng Zeng:
>
> (cast SourceDataLine a-instance)
>
> On Monday, January 20, 2014 4:46:23 PM UTC+8, Fabian Page wrote:
>>
>> Hi 
>>
>> 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? 
>>
>> Thanks
>> Fabian
>>
>

-- 
-- 
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