layer3.h
来自「mpg123 是 MPEG 1.0/2.0/2.5 的实时播放软件」· C头文件 代码 · 共 18 行
H
18 行
/* layer3.h: some functions for interfacing to layer3 (gapless support) copyright 2006 by the mpg123 project - free software under the terms of the LGPL 2.1 see COPYING and AUTHORS files in distribution or http://mpg123.de initially written by Thomas Orgis.*//* init part 1; set start/end in samples_*/void layer3_gapless_init(unsigned long b, unsigned long e);/* init part 2; transform to byte addresses with new info */void layer3_gapless_bytify(struct frame *fr, struct audio_info_struct *ai);/* after some seeking action to a new frame, the decoder needs to know which one is coming next */void layer3_gapless_set_position(unsigned long frames, struct frame* fr, struct audio_info_struct *ai); void layer3_gapless_set_ignore(unsigned long frames, struct frame* fr, struct audio_info_struct *ai);/* removing the gaps from buffer */void layer3_gapless_buffercheck();
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?