Package com.banuba.sdk.encoding.sync
Class EncoderSync
- java.lang.Object
-
- com.banuba.sdk.encoding.sync.EncoderSync
-
- All Implemented Interfaces:
IEncoderSync
public class EncoderSync extends java.lang.Object implements IEncoderSync
-
-
Constructor Summary
Constructors Constructor Description EncoderSync()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setAudioEncoded()
void
setEncoderReady()
void
setEncodingStarted()
void
setVideoEncoded()
void
waitForEncodingReady()
-
-
-
Method Detail
-
setAudioEncoded
public void setAudioEncoded()
- Specified by:
setAudioEncoded
in interfaceIEncoderSync
-
setVideoEncoded
public void setVideoEncoded()
- Specified by:
setVideoEncoded
in interfaceIEncoderSync
-
setEncodingStarted
public void setEncodingStarted()
- Specified by:
setEncodingStarted
in interfaceIEncoderSync
-
waitForEncodingReady
public void waitForEncodingReady()
- Specified by:
waitForEncodingReady
in interfaceIEncoderSync
-
setEncoderReady
public void setEncoderReady()
- Specified by:
setEncoderReady
in interfaceIEncoderSync
-
-