Lines Matching refs:Format
199 beConfig.Format.mp3.dwSampleRate := WavInfo.SamplesPerSec;
200 beConfig.Format.mp3.byMode := BE_MP3_MODE_STEREO;
201 beConfig.Format.mp3.wBitrate := strToInt(MainFrm.Mp3BitRate.Text);
202 beConfig.Format.mp3.bCopyright := 0;
203 beConfig.Format.mp3.bCRC := $00000000;
204 beConfig.Format.mp3.bOriginal := 0;
205 beConfig.Format.mp3.bPrivate := 0;
208 beConfig.Format.lhv1.dwStructVersion := 1;
209 beConfig.Format.lhv1.dwStructSize := SizeOf(beConfig);
211 beConfig.Format.lhv1.dwSampleRate := WavInfo.SamplesPerSec;
212 beConfig.Format.lhv1.dwReSampleRate := 44100;
213 beConfig.Format.lhv1.nMode := BE_MP3_MODE_STEREO;
214 beConfig.Format.lhv1.dwBitrate := strToInt(MainFrm.Mp3BitRate.Text);
215 beConfig.Format.lhv1.dwMaxBitrate := strToInt(MainFrm.Mp3BitRate.Text);
216 beConfig.Format.lhv1.nQuality := 2;
217 beConfig.Format.lhv1.dwMPegVersion := 1; //MPEG1
218 beConfig.Format.lhv1.dwPsyModel := 0;
219 beConfig.Format.lhv1.dwEmphasis := 0;
221 beConfig.Format.lhv1.bPrivate := False;
222 beConfig.Format.lhv1.bCRC := False;
223 beConfig.Format.lhv1.bCopyright := True;
224 beConfig.Format.lhv1.bOriginal := True;
226 beConfig.Format.lhv1.bWriteVBRHeader := false;
227 beConfig.Format.lhv1.bEnableVBR := false;
228 beConfig.Format.lhv1.nVBRQuality := 0;