A
Antti Nummiaho
I need to get a Processor from a byte array in JMF. It seems that the
way to do this is to create a custom byte array datasource class that
extends javax.media.protocol.DataSource and then use the method
Manager.createProcessor(DataSource source). Does anyone know where to
find a ByteArrayDataSource implementation for JMF or have any tips on
how to create one?
way to do this is to create a custom byte array datasource class that
extends javax.media.protocol.DataSource and then use the method
Manager.createProcessor(DataSource source). Does anyone know where to
find a ByteArrayDataSource implementation for JMF or have any tips on
how to create one?