'\" t .\" Title: struct snd_enc_flac .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Compress Offload .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "STRUCT SND_ENC_FLAC" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Compress Offload" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" struct_snd_enc_flac \- .SH "SYNOPSIS" .sp .nf struct snd_enc_flac { __u32 num; __u32 gain; }; .fi .SH "MEMBERS" .PP num .RS 4 serial number, valid only for OGG formats needs to be set by application .RE .PP gain .RS 4 Add replay gain tags .RE .SH "DESCRIPTION" .PP These options were extracted from the FLAC online documentation at http://flac\&.sourceforge\&.net/documentation_tools_flac\&.html .PP To make the API simpler, it is assumed that the user will select quality profiles\&. Additional options that affect encoding quality and speed can be added at a later stage if needed\&. .PP By default the Subset format is used by encoders\&. .PP TAGS such as pictures, etc, cannot be handled by an offloaded encoder and are not supported in this API\&. .SH "COPYRIGHT" .br