Home
last modified time | relevance | path

Searched refs:oMFF (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/media/plugins/ape_reader/
H A DAPEReader.cpp62 TAPEReader::GetFileFormatInfo(media_file_format* oMFF) in GetFileFormatInfo() argument
64 oMFF->capabilities = media_file_format::B_READABLE in GetFileFormatInfo()
69 oMFF->family = B_ANY_FORMAT_FAMILY; in GetFileFormatInfo()
70 oMFF->version = MEDIA_FILE_FORMAT_VERSION; in GetFileFormatInfo()
71 strlcpy(oMFF->mime_type, MIME_TYPE_APE, sizeof(oMFF->mime_type)); in GetFileFormatInfo()
72 strlcpy(oMFF->pretty_name, MIME_TYPE_APE_LONG_DESCRIPTION, sizeof(oMFF->pretty_name)); in GetFileFormatInfo()
73 strlcpy(oMFF->short_name, MIME_TYPE_APE_SHORT_DESCRIPTION, sizeof(oMFF->short_name)); in GetFileFormatInfo()
74 strlcpy(oMFF->file_extension, MIME_TYPE_APE_EXTENSION, sizeof(oMFF->file_extension)); in GetFileFormatInfo()
H A DAPEReader.h27 virtual void GetFileFormatInfo(media_file_format* oMFF);