Add : AlbumArtist and RecordedDate information for content
[platform/framework/native/content.git] / src / FCnt_VideoContentInfoImpl.cpp
index 46ee88a..88667d6 100644 (file)
@@ -290,6 +290,12 @@ _VideoContentInfoImpl::GetDuration(void) const
        return __duration;
 }
 
+DateTime
+_VideoContentInfoImpl::GetVideoRecordedDate(void) const
+{
+       return __recordedDate;
+}
+
 void
 _VideoContentInfoImpl::SetGenre(const Tizen::Base::String& genre)
 {
@@ -356,6 +362,12 @@ _VideoContentInfoImpl::SetDuration(long duration)
        __duration = duration;
 }
 
+void
+_VideoContentInfoImpl::SetVideoRecordedDate(const DateTime& recordedDate)
+{
+       __recordedDate = recordedDate;
+}
+
 result
 _VideoContentInfoImpl::GetVideoMetadata(void) const
 {