Home
last modified time | relevance | path

Searched refs:AVMetadata_Result (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/av_session/interfaces/kits/c/
H A Dnative_avmetadata.h70 } AVMetadata_Result; typedef
136 AVMetadata_Result OH_AVMetadataBuilder_Create(OH_AVMetadataBuilder** builder);
147 AVMetadata_Result OH_AVMetadataBuilder_Destroy(OH_AVMetadataBuilder* builder);
161 AVMetadata_Result OH_AVMetadataBuilder_SetAssetId(OH_AVMetadataBuilder* builder, const char* assetId);
175 AVMetadata_Result OH_AVMetadataBuilder_SetTitle(OH_AVMetadataBuilder* builder, const char* title);
189 AVMetadata_Result OH_AVMetadataBuilder_SetArtist(OH_AVMetadataBuilder* builder, const char* artist);
203 AVMetadata_Result OH_AVMetadataBuilder_SetAuthor(OH_AVMetadataBuilder* builder, const char* author);
217 AVMetadata_Result OH_AVMetadataBuilder_SetAlbum(OH_AVMetadataBuilder* builder, const char* album);
231 AVMetadata_Result OH_AVMetadataBuilder_SetWriter(OH_AVMetadataBuilder* builder, const char* writer);
245 AVMetadata_Result OH_AVMetadataBuilder_SetCompose
[all...]
/foundation/multimedia/av_session/frameworks/native/ohavsession/include/
H A DOHAVMetadataBuilder.h30 AVMetadata_Result SetTitle(const std::string &title);
31 AVMetadata_Result SetArtist(const std::string &artist);
32 AVMetadata_Result SetAuthor(const std::string &author);
33 AVMetadata_Result SetAlbum(const std::string &album);
34 AVMetadata_Result SetWriter(const std::string &writer);
35 AVMetadata_Result SetComposer(const std::string &composer);
36 AVMetadata_Result SetDuration(int64_t duration);
37 AVMetadata_Result SetMediaImageUri(const std::string &mediaImageUri);
38 AVMetadata_Result SetSubtitle(const std::string &subtitle);
39 AVMetadata_Result SetDescriptio
[all...]
/foundation/multimedia/av_session/frameworks/native/ohavsession/src/
H A DOHAVMetadataBuilder.cpp20 AVMetadata_Result OHAVMetadataBuilder::SetTitle(const std::string &title) in SetTitle()
26 AVMetadata_Result OHAVMetadataBuilder::SetArtist(const std::string &artist) in SetArtist()
32 AVMetadata_Result OHAVMetadataBuilder::SetAuthor(const std::string &author) in SetAuthor()
38 AVMetadata_Result OHAVMetadataBuilder::SetAlbum(const std::string &album) in SetAlbum()
44 AVMetadata_Result OHAVMetadataBuilder::SetWriter(const std::string &writer) in SetWriter()
50 AVMetadata_Result OHAVMetadataBuilder::SetComposer(const std::string &composer) in SetComposer()
56 AVMetadata_Result OHAVMetadataBuilder::SetDuration(int64_t duration) in SetDuration()
62 AVMetadata_Result OHAVMetadataBuilder::SetMediaImageUri(const std::string &mediaImageUri) in SetMediaImageUri()
68 AVMetadata_Result OHAVMetadataBuilder::SetSubtitle(const std::string &subtitle) in SetSubtitle()
74 AVMetadata_Result OHAVMetadataBuilde
[all...]
/foundation/multimedia/av_session/frameworks/native/ohavsession/test/unittest/
H A Doh_av_metadata_builder_test.cpp179 AVMetadata_Result ret = g_ohAVMetaDataBuilder.SetSkipIntervals(intervals); in HWTEST_F()
200 AVMetadata_Result ret = g_ohAVMetaDataBuilder.SetSkipIntervals(intervals); in HWTEST_F()
221 AVMetadata_Result ret = g_ohAVMetaDataBuilder.SetSkipIntervals(intervals); in HWTEST_F()
242 AVMetadata_Result ret = g_ohAVMetaDataBuilder.SetSkipIntervals(intervals); in HWTEST_F()
H A Doh_av_session_test.cpp173 AVMetadata_Result res; in HWTEST()

Completed in 4 milliseconds