ffmpeg-d v3.0.0 (2017-08-26T14:53:46Z)
Dub
Repo
av_get_sample_fmt
ffmpeg
libavutil
samplefmt
Return a sample format corresponding to name, or AV_SAMPLE_FMT_NONE on error.
@
nogc
nothrow extern (
C
)
AVSampleFormat
av_get_sample_fmt
(
const
char
*
name
)
Meta
Source
See Implementation
ffmpeg
libavutil
samplefmt
enums
AVSampleFormat
functions
av_get_alt_sample_fmt
av_get_bytes_per_sample
av_get_packed_sample_fmt
av_get_planar_sample_fmt
av_get_sample_fmt
av_get_sample_fmt_name
av_get_sample_fmt_string
av_sample_fmt_is_planar
av_samples_alloc
av_samples_alloc_array_and_samples
av_samples_copy
av_samples_fill_arrays
av_samples_get_buffer_size
av_samples_set_silence
Return a sample format corresponding to name, or AV_SAMPLE_FMT_NONE on error.