|
|
Extended Version of PlayObjectFactory
| PlayObject createPlayObjectForURL (string url, string mimetype, boolean createBUS)
| createPlayObjectForURL |
creates a PlayObject
Parameters:
| url | the url to create a play object for |
| mimetype | mimetype for the url |
| createBUS | specifies wheter to create the bus-uplink or not |
| PlayObject createPlayObjectForStream (InputStream instream, string mimetype, boolean createBUS)
| createPlayObjectForStream |
creates a StreamPlayObject (used internally!)
Parameters:
| instream | specifies the InputStream |
| mimetype | mimetype for the InputStream |
| createBUS | specifies wheter to create the bus-uplink or not |
| Generated by: stefan on stefan on Sat Jun 2 23:13:43 2001, using kdoc 2.0a53. |