Lines Matching defs:str
120 " --str-title Print the title metadata.\n"
121 " --str-copyright Print the copyright metadata.\n"
122 " --str-artist Print the artist metadata.\n"
123 " --str-comment Print the comment metadata.\n"
124 " --str-date Print the creation date metadata.\n"
125 " --str-album Print the album metadata.\n"
126 " --str-license Print the license metadata.\n"
135 { const char * str ;
154 { str = sf_get_string (file, id) ; \
155 printf ("%-22s : %s\n", name, str ? str : "") ; \
181 HANDLE_STR_ARG ("--str-title", "Name", SF_STR_TITLE) ;
182 HANDLE_STR_ARG ("--str-copyright", "Copyright", SF_STR_COPYRIGHT) ;
183 HANDLE_STR_ARG ("--str-artist", "Artist", SF_STR_ARTIST) ;
184 HANDLE_STR_ARG ("--str-comment", "Comment", SF_STR_COMMENT) ;
185 HANDLE_STR_ARG ("--str-date", "Create date", SF_STR_DATE) ;
186 HANDLE_STR_ARG ("--str-album", "Album", SF_STR_ALBUM) ;
187 HANDLE_STR_ARG ("--str-license", "License", SF_STR_LICENSE) ;