mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
audioencoder: Improve set_frame_sample_{min,max} documentation
This commit is contained in:
parent
b767be2f68
commit
e4c895dfaf
1 changed files with 6 additions and 0 deletions
|
@ -1732,6 +1732,9 @@ gst_audio_encoder_get_audio_info (GstAudioEncoder * enc)
|
|||
* Sets number of samples (per channel) subclass needs to be handed,
|
||||
* at least or will be handed all available if 0.
|
||||
*
|
||||
* If an exact number of samples is required, gst_audio_encoder_set_frame_samples_max()
|
||||
* must be called with the same number.
|
||||
*
|
||||
* Since: 0.10.36
|
||||
*/
|
||||
void
|
||||
|
@ -1766,6 +1769,9 @@ gst_audio_encoder_get_frame_samples_min (GstAudioEncoder * enc)
|
|||
* Sets number of samples (per channel) subclass needs to be handed,
|
||||
* at most or will be handed all available if 0.
|
||||
*
|
||||
* If an exact number of samples is required, gst_audio_encoder_set_frame_samples_min()
|
||||
* must be called with the same number.
|
||||
*
|
||||
* Since: 0.10.36
|
||||
*/
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue