#include <VideoInfoTag.h>
◆ Archive()
Archive all data.
- Parameters
-
ar | The archive to write the data to / to read the data from. |
◆ Clear()
void CVideoInfoTag::CAssetInfo::Clear |
( |
| ) |
|
◆ GetId()
int CVideoInfoTag::CAssetInfo::GetId |
( |
| ) |
const |
|
inline |
Get the video's asset id.
- Returns
- The id or -1 if the item has no video asset.
◆ GetTitle()
const std::string & CVideoInfoTag::CAssetInfo::GetTitle |
( |
| ) |
const |
|
inline |
Get the video's asset title.
- Returns
- The title or an empty string if the item has no video asset.
◆ GetType()
◆ Merge()
Merge in all valid data from another asset info.
- Parameters
-
other | The other asset info. |
◆ ParseNative()
void CVideoInfoTag::CAssetInfo::ParseNative |
( |
const TiXmlElement * | movie | ) |
|
Restore all data from XML.
- Parameters
-
movie | The XML element containing the data. |
◆ Save()
void CVideoInfoTag::CAssetInfo::Save |
( |
TiXmlNode * | movie | ) |
|
Store all data to XML.
- Parameters
-
movie | The XML element to write the data to. |
◆ Serialize()
void CVideoInfoTag::CAssetInfo::Serialize |
( |
CVariant & | value | ) |
const |
Serialize all data.
- Parameters
-
value | The container to write the data to. |
◆ SetId()
void CVideoInfoTag::CAssetInfo::SetId |
( |
int | assetId | ) |
|
Set this videos's asset id.
- Parameters
-
◆ SetTitle()
void CVideoInfoTag::CAssetInfo::SetTitle |
( |
const std::string & | assetTitle | ) |
|
Set this videos's asset title.
- Parameters
-
◆ SetType()
Set this videos's asset type.
- Parameters
-
The documentation for this class was generated from the following files: