# OHOS::Media::FormatData ## **Overview** **Related Modules:** [MultiMedia\_MediaCommon](MultiMedia_MediaCommon.md) **Description:** Represents the data format. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Public Member Functions
GetType () const |
|
SetValue (int32_t val) |
|
SetValue (int64_t val) |
|
SetValue (float val) |
|
SetValue (double val) |
|
SetValue (const std::string &val) |
|
GetInt32Value (int32_t &val) const |
|
GetInt64Value (int64_t &val) const |
|
GetFloatValue (float &val) const |
|
GetDoubleValue (double &val) const |
|
GetStringValue (std::string &val) const |