mirror of
https://github.com/samsonjs/media.git
synced 2026-03-28 09:55:48 +00:00
Add JavaDoc to remove lint warning about unused variable.
This commit is contained in:
parent
7cf6aa86d2
commit
c3bf60b1a9
1 changed files with 5 additions and 0 deletions
|
|
@ -304,6 +304,11 @@ public abstract class MediaCodecTrackRenderer extends TrackRenderer {
|
|||
/**
|
||||
* Configures a newly created {@link MediaCodec}. Sub-classes should override this method if they
|
||||
* wish to configure the codec with a non-null surface.
|
||||
*
|
||||
* @param codec The {@link MediaCodec} to configure.
|
||||
* @param codecName The name of the codec.
|
||||
* @param format The format for which the codec is being configured.
|
||||
* @param crypto For drm protected playbacks, a {@link MediaCrypto} to use for decryption.
|
||||
*/
|
||||
protected void configureCodec(MediaCodec codec, String codecName,
|
||||
android.media.MediaFormat format, MediaCrypto crypto) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue