Package com.biglybt.core.devices.impl
Class TranscodePipeStreamSource
java.lang.Object
com.biglybt.core.devices.impl.TranscodePipe
com.biglybt.core.devices.impl.TranscodePipeStreamSource
-
Nested Class Summary
Nested classes/interfaces inherited from class com.biglybt.core.devices.impl.TranscodePipe
TranscodePipe.errorListener
-
Field Summary
FieldsFields inherited from class com.biglybt.core.devices.impl.TranscodePipe
buffer_cache, buffer_cache_size, bytes_available, connection_speed, destroyed, max_bytes_per_sec, paused, refiller, server_socket, sockets, write_speed
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
TranscodePipeStreamSource
(String _source_host, int _source_port) -
Method Summary
Methods inherited from class com.biglybt.core.devices.impl.TranscodePipe
destroy, getConnectionRate, getPort, getWriteSpeed, handlePipe, handleRAF, pause, releaseRAF, reportError, reserveRAF, resume, setMaxBytesPerSecond
-
Field Details
-
source_host
-
source_port
private int source_port
-
-
Constructor Details
-
TranscodePipeStreamSource
- Throws:
IOException
-
-
Method Details
-
handleSocket
- Specified by:
handleSocket
in classTranscodePipe
-