| 251 | |
| 252 | #if HAVE_QT6_MULTIMEDIA |
| 253 | const QMediaFormat::FileFormat CParameterRecord::GetFileFormat() const |
| 254 | { |
| 255 | return m_FileFormat; |
| 256 | } |
| 257 | |
| 258 | int CParameterRecord::SetFileFormat(const QMediaFormat::FileFormat &f) |
| 259 | { |
no outgoing calls
no test coverage detected