| Interface | Description |
|---|---|
| TrackStrategy |
Base class for video/audio format strategy.
|
| Class | Description |
|---|---|
| DefaultAudioStrategy |
An
TrackStrategy for audio that converts it to AAC with the given number
of channels. |
| DefaultAudioStrategy.Builder | |
| DefaultAudioStrategy.Options |
Holds configuration values.
|
| DefaultVideoStrategies |
Contains presets and utilities for defining a
DefaultVideoStrategy. |
| DefaultVideoStrategy |
An
TrackStrategy for video that converts it AVC with the given size. |
| DefaultVideoStrategy.Builder | |
| DefaultVideoStrategy.Options |
Holds configuration values.
|
| PassThroughTrackStrategy |
An
TrackStrategy that asks the encoder to keep this track as is. |
| RemoveTrackStrategy |
An
TrackStrategy that removes this track from output. |