Lines Matching refs:format
22 #include "meta/format.h"
32 * @brief Get the format info of source.
33 * @param format The Format handle pointer to get format info.
37 virtual int32_t GetSourceFormat(OHOS::Media::Format &format) = 0;
41 * @param format The Format handle pointer to get format info.
42 * @param trackIndex The track index to get format.
46 virtual int32_t GetTrackFormat(OHOS::Media::Format &format, uint32_t trackIndex) = 0;
50 * @param format The Format handle pointer to get format info.
54 virtual int32_t GetUserMeta(OHOS::Media::Format &format) = 0;