Home
last modified time | relevance | path

Searched refs:lyrics (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/unittest/napi/avsession_controller_jsunittest/
H A DAVSessionControllerJSTest.js37 lyrics: "This is my lyrics" property in AnonymousFunction87fad5280100.UPDATE_LYRICS_WANT_PARAMS
236 expect(receivedParam.lyrics == UPDATE_LYRICS_WANT_PARAMS.lyrics).assertTrue();
266 expect(receivedParam.lyrics == UPDATE_LYRICS_WANT_PARAMS.lyrics).assertTrue();
268 expect(receivedParam2.lyrics == UPDATE_LYRICS_WANT_PARAMS.lyrics).assertTrue();
347 expect(receivedParam.lyrics == UPDATE_LYRICS_WANT_PARAMS.lyrics).assertTrue();
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avsource_test/
H A Davsource_uri_unit_test.cpp188 ASSERT_TRUE(format_->GetStringValue(AVSourceFormat::SOURCE_LYRICS, formatVal_.lyrics));
199 ASSERT_EQ(formatVal_.lyrics, "lyrics");
404 ASSERT_TRUE(format_->GetStringValue(AVSourceFormat::SOURCE_LYRICS, formatVal_.lyrics));
415 ASSERT_EQ(formatVal_.lyrics, "lyrics");
543 ASSERT_TRUE(format_->GetStringValue(AVSourceFormat::SOURCE_LYRICS, formatVal_.lyrics));
555 ASSERT_EQ(formatVal_.lyrics, "lyrics");
632 ASSERT_TRUE(format_->GetStringValue(AVSourceFormat::SOURCE_LYRICS, formatVal_.lyrics));
644 ASSERT_EQ(formatVal_.lyrics, "lyrics");
710 ASSERT_TRUE(format_->GetStringValue(AVSourceFormat::SOURCE_LYRICS, formatVal_.lyrics));
723 ASSERT_EQ(formatVal_.lyrics, "SLT");
H A Davsource_unit_test.h66 std::string lyrics = ""; member
H A Davsource_unit_test.cpp151 formatVal_.lyrics = ""; in ResetFormatValue()
608 ASSERT_TRUE(format_->GetStringValue(AVSourceFormat::SOURCE_LYRICS, formatVal_.lyrics));
619 ASSERT_EQ(formatVal_.lyrics, "lyrics");
835 ASSERT_TRUE(format_->GetStringValue(AVSourceFormat::SOURCE_LYRICS, formatVal_.lyrics));
846 ASSERT_EQ(formatVal_.lyrics, "lyrics");
979 ASSERT_TRUE(format_->GetStringValue(AVSourceFormat::SOURCE_LYRICS, formatVal_.lyrics));
991 ASSERT_EQ(formatVal_.lyrics, "lyrics");
1072 ASSERT_TRUE(format_->GetStringValue(AVSourceFormat::SOURCE_LYRICS, formatVal_.lyrics));
1084 ASSERT_EQ(formatVal_.lyrics, "lyrics");
1154 ASSERT_TRUE(format_->GetStringValue(AVSourceFormat::SOURCE_LYRICS, formatVal_.lyrics));
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dformat_test.cpp293 const char* lyrics = nullptr; in SetAllParam() local
316 ASSERT_TRUE(OH_AVFormat_GetStringValue(paramFormat, OH_MD_KEY_LYRICS, &lyrics)); in SetAllParam()
317 ASSERT_EQ(0, strcmp(lyrics, "lyrics")); in SetAllParam()
442 const char* lyrics = nullptr; in SetOtherAllParam() local
457 ASSERT_FALSE(OH_AVFormat_GetStringValue(paramFormat, OH_MD_KEY_LYRICS, &lyrics)); in SetOtherAllParam()
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/unittest/napi/avsession_manager_jsunittest/
H A DAVSessionManagerJSTest.js33 lyrics: "This is my lyrics" property in AnonymousFunctioneae618960100.UPDATE_LYRICS_WANT_PARAMS
/ohos5.0/docs/en/application-dev/reference/apis-avsession-kit/
H A Dnative__avmetadata_8h.md56 …v_session.md#oh_avmetadatabuilder) \*builder, const char \*lyric) | Sets lyrics for the media asse…
H A D_o_h_a_v_session.md83 …ataBuilder](#oh_avmetadatabuilder) \*builder, const char \*lyric) | Sets lyrics for the media asse…
825 Sets lyrics for the media asset.
834 | lyric | Pointer to the lyrics in the lrc format.|
H A Djs-apis-avsession.md224 // The LRC contains two types of elements: time tag + lyrics, and ID tag.
279 // The LRC contains two types of elements: time tag + lyrics, and ID tag.
5088lyrics into a string with less than or equal to 40960 bytes.<br>**NOTE**: The system supports lyri…
/ohos5.0/docs/en/application-dev/media/avsession/
H A Davsession-access-scene.md92 …ller provides the UI to show lyrics. The application only needs to set the lyrics content. The con…
109 // The LRC contains two types of elements: time tag + lyrics, and ID tag.
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A Dnative__avcodec__base_8h.md131 …_codec_base.md#oh_md_key_artist) | Pointer to the key that describes the lyrics of a media file. T…
140 …_codec_base.md#oh_md_key_lyrics) | Pointer to the key that describes the lyrics of a media file. T…
H A D_codec_base.md318 …D_KEY_ARTIST](#oh_md_key_artist) | Pointer to the key that describes the lyrics in a media file. T…
327 …D_KEY_LYRICS](#oh_md_key_lyrics) | Pointer to the key that describes the lyrics in a media file. T…
1853 Pointer to the key that describes lyrics in a media file. The value type is string.
2233 Pointer to the key that describes the lyrics in a media file. The value type is string.
/ohos5.0/docs/en/release-notes/
H A DOpenHarmony-v4.0-beta1.md123 …For example, the controller can require the provider to display songs and lyrics in a special form.
H A DOpenHarmony-v4.0-release.md230 …For example, the controller can require the provider to display songs and lyrics in a special form.