Commit 9fc963ac by ojw28

Add missing param documentation.

parent 8ea3f980
...@@ -45,6 +45,8 @@ public interface ChunkSource { ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment