We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6704c23 + 8aa735f commit c2182c6Copy full SHA for c2182c6
media/java/android/media/MediaCodec.java
@@ -94,6 +94,11 @@
94
* be codec specific data marked as such using the flag {@link #BUFFER_FLAG_CODEC_CONFIG}
95
* in a call to {@link #queueInputBuffer}.
96
*
97
+ * Codec specific data included in the format passed to {@link #configure}
98
+ * (in ByteBuffer entries with keys "csd-0", "csd-1", ...) is automatically
99
+ * submitted to the codec, this data MUST NOT be submitted explicitly by the
100
+ * client.
101
+ *
102
* Once the client reaches the end of the input data it signals the end of
103
* the input stream by specifying a flag of {@link #BUFFER_FLAG_END_OF_STREAM} in the call to
104
* {@link #queueInputBuffer}. The codec will continue to return output buffers
0 commit comments