mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Add missing param documentation.
This commit is contained in:
parent
8ea3f9805c
commit
9fc963acc6
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ public interface ChunkSource {
|
||||||
* the supplied {@link MediaFormat}. Other implementations do nothing.
|
* the supplied {@link MediaFormat}. Other implementations do nothing.
|
||||||
* <p>
|
* <p>
|
||||||
* Only called when the source is enabled.
|
* Only called when the source is enabled.
|
||||||
|
*
|
||||||
|
* @param out The {@link MediaFormat} on which the maximum video dimensions should be set.
|
||||||
*/
|
*/
|
||||||
void getMaxVideoDimensions(MediaFormat out);
|
void getMaxVideoDimensions(MediaFormat out);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue