public class TranscodeService extends SpyObject
Constructor and Description |
---|
TranscodeService(boolean daemon) |
Modifier and Type | Method and Description |
---|---|
<T> Future<T> |
decode(Transcoder<T> tc,
CachedData cachedData)
Perform a decode.
|
boolean |
isShutdown()
Ask whether this service has been shut down.
|
void |
shutdown()
Shut down the pool.
|
public <T> Future<T> decode(Transcoder<T> tc, CachedData cachedData)
public void shutdown()
public boolean isShutdown()
Copyright © 2017. All rights reserved.