A MediaCodec video decoder. More...
Classes | |
enum | AudioDevicePreferenceProfile |
Pre-defined device preference profiles. More... | |
enum | AudioDeviceType |
Audio Device Type. More... | |
class | AudioManagerUtility |
AudioManagerUtility is responsible for managing Audio Input and Output devices on an Android client. Notice that some methods and events are only available on Android SDK 31 and above. Application layer should check the version of Android on the client before attempting to call such methods. Use if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.S) More... | |
class | AudioRecordSource |
An Android AudioRecord-based source. More... | |
class | AudioRecordSource2 |
An Android AudioRecord-based source. This audio source does not manage audio output routing or AudioManager modes. More... | |
class | AudioTrackSink |
An Android AudioTrack-based sink. More... | |
class | Camera2Source |
An android video capture provider. More... | |
interface | Camera2SourceListener |
class | CameraPreview |
class | CameraSource |
An Android video capture provider. More... | |
class | ImageUtility |
Utility class for common bitmap operations. More... | |
class | ImageViewSink |
An ImageView-based video sink. More... | |
class | LayoutManager |
A layout manager for Android. More... | |
class | LogProvider |
class | MediaCodecColorFormats |
Defines common MIME types and helper methods. More... | |
class | MediaCodecDecoder |
class | MediaCodecEncoder |
class | MediaCodecMimeTypes |
Defines common MIME types and helper methods. More... | |
class | MediaCodecUtility |
class | MediaProjectionSource |
An Android MediaProjection-based video source. More... | |
class | OpenGLSink |
class | TextViewLogProvider |
An Android TextView-based log provider. More... | |
class | Utility |
class | ViewSource |
An Android View-based video source. More... | |
A MediaCodec video decoder.