OHOS::Media::FormatData
Overview
Related Modules:
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 |