📄 vorbis.h
字号:
#ifndef __VORBIS_H__#define __VORBIS_H__void vorbis_configure(void);void vorbis_file_info_box(char *filename);char* convert_to_utf8(const char *string);char* convert_from_utf8(const char *string);typedef struct { gint http_buffer_size; gint http_prebuffer; gboolean use_proxy; gchar *proxy_host; gint proxy_port; gboolean proxy_use_auth; gchar *proxy_user, *proxy_pass; gboolean save_http_stream; gchar *save_http_path; gboolean tag_override; gchar *tag_format; gboolean use_anticlip; gboolean use_replaygain; gint replaygain_mode; gboolean use_booster;} vorbis_config_t;enum { REPLAYGAIN_MODE_TRACK, REPLAYGAIN_MODE_ALBUM, REPLAYGAIN_MODE_LAST};#endif /* __VORBIS_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -