Changed metadata keys type from enum to QString.
This allows to combine metaData and extendedMetaData and simplify metadata handling on both backend and application sides. Change-Id: I136eedc86c215be3485db101c43069ca7c82101b Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
382ba7d4f4
commit
8ff5b88b27
@@ -206,7 +206,7 @@ void QDeclarativeCameraRecorder::setMuted(bool muted)
|
||||
|
||||
void QDeclarativeCameraRecorder::setMetadata(const QString &key, const QVariant &value)
|
||||
{
|
||||
m_recorder->setExtendedMetaData(key, value);
|
||||
m_recorder->setMetaData(key, value);
|
||||
}
|
||||
|
||||
void QDeclarativeCameraRecorder::updateRecorderState(QMediaRecorder::State state)
|
||||
|
||||
Reference in New Issue
Block a user