-
- All Implemented Interfaces:
-
com.serenegiant.encoder.IAudioEncoder,java.lang.Runnable
public class MediaAudioEncoder extends MediaEncoder implements IAudioEncoder
-
-
Field Summary
Fields Modifier and Type Field Description public final static intSAMPLES_PER_FRAMEpublic final static intFRAMES_PER_BUFFER
-
Constructor Summary
Constructors Constructor Description MediaAudioEncoder(MediaMuxerWrapper muxer, MediaEncoder.MediaEncoderListener listener)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.serenegiant.encoder.MediaEncoder
frameAvailableSoon, getInputSurface, getOutputUri, run -
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, onSpinWait, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, start, stop, suspend, toString, yield -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MediaAudioEncoder
MediaAudioEncoder(MediaMuxerWrapper muxer, MediaEncoder.MediaEncoderListener listener)
-
-
-
-