Home
last modified time | relevance | path

Searched refs:playlist (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/docs/en/design/ux-design/
H A Dui-layout-cases.md44 …cal content vertical page, the playlist page consists of the title bar, playlist information, play…
50 …ze the vertical space. On a medium-sized device, they are moved to the right of the playlist cover.
56 …[page-layout-layout-use-case-playlist-details-page-layout-capability-360-800vp](figures/page-layou…
58 …een large and medium sizes. When the orientation layout is used for the playlist, the repetition l…
60 The playlist information and playlist operation areas, because of their small aspect ratio, are hor…
62 …page-layout-layout-use-case-playlist-details-page-layout-capability-800-1280vp](figures/page-layou…
64playlist information replaces the original title bar and the playback bar is removed. This deliver…
66 …page-layout-layout-use-case-playlist-details-page-layout-capability-1280-1920vp](figures/page-layo…
H A Dapp-ux-design.md55 ![overview-ui-layout-playlist-details](figures/overview-ui-layout-playlist-details.png)
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dm3u8_unit_test.cpp341 EXPECT_EQ(playlist.playList_, "#EXTM3U");
347 EXPECT_EQ(playlist.playList_, "playlist");
359 EXPECT_EQ(playlist.playList_, "playlist");
365 playlist.UpdateMediaPlaylist();
368 EXPECT_EQ(1, playlist.variants_.size());
371 EXPECT_EQ(playlist.variants_.front(), playlist.defaultVariant_);
374 EXPECT_EQ(0, playlist.duration_);
377 EXPECT_FALSE(playlist.bLive_);
380 EXPECT_TRUE(playlist.isSimple_);
386 playlist.UpdateMediaPlaylist();
[all …]
/ohos5.0/foundation/multimedia/av_session/test/resource/
H A Dplayer_index_js.md607 this.index = this.playerModel.playlist.audioFiles.length - 1;
637 if (this.index >= this.playerModel.playlist.audioFiles.length) {
676 this.playerModel.playlist.audioFiles[this.index].assetId);
720 this.title = this.playerModel.playlist.audioFiles[this.index].title;
722 this.lyric = this.playerModel.playlist.audioFiles[this.index].lyric;
751 title:this.playerModel.playlist.audioFiles[this.index].title,
752 artist:this.playerModel.playlist.audioFiles[this.index].artist,
753 lyric:this.playerModel.playlist.audioFiles[this.index].lyric,
756 author: this.playerModel.playlist.audioFiles[this.index].author,
757 album: this.playerModel.playlist.audioFiles[this.index].album,
[all …]
/ohos5.0/docs/en/application-dev/media/avsession/
H A Dusing-avsession-controller.md48 …eItem&gt;&gt;): void<sup>10+<sup> | Obtains the information related to the items in the playlist. |
49 …tle(callback: AsyncCallback&lt;string&gt;): void<sup>10+<sup> | Obtains the name of the playlist. |
50 …llback&lt;void&gt;): void<sup>10+<sup> | Sends the ID of an item in the playlist to the session fo…
55 | getAVQueueTitleSync(): string<sup>10+<sup> | Obtains the name of the playlist. This API is a sync…
56 …&gt;<sup>10+<sup> | Obtains the information related to the items in the playlist. This API is a sy…
170 …- **queueItemsChange**: triggered when one or more items in the custom playlist of the session cha…
171 - **queueTitleChange**: triggered when the custom playlist name of the session changes.
233 // Subscribe to custom playlist item changes.
264 // Obtain the playlist items of the session.
267 // Obtain the playlist name of the session.
[all …]
H A Dusing-avsession-developer.md28 …ay&lt;AVQueueItem&gt;, callback: AsyncCallback&lt;void&gt;): void <sup>10+<sup> | Sets a playlist.|
29 …e: string, callback: AsyncCallback&lt;void&gt;): void<sup>10+<sup> | Sets a name for the playlist.|
93 // Set a playlist.
124 // Set a name for the playlist.
296 - **skipToQueueItem**: triggered when an item in the playlist is selected.
H A Davsession-access-scene.md287 | skipToQueueItem | Selects an item in the playlist.|
392 ….md#loopmode10), namely, shuffle, sequential playback, single loop, and playlist loop. After switc…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-SplitLayout.md63 secondaryText: 'Get a playlist tailored to your taste;',
/ohos5.0/docs/en/application-dev/reference/apis-avsession-kit/
H A Djs-apis-avsession.md852 Sets a playlist. This API uses a promise to return the result.
928 Sets a playlist. This API uses an asynchronous callback to return the result.
999 Sets a name for the playlist. This API uses a promise to return the result.
1009 | title | string | Yes | Name of the playlist.|
2651 Unsubscribes from the event that indicates an item in the playlist is selected.
5098 Describes the attributes related to the media metadata in the playlist.
5129 Describes the attributes of an item in the playlist.
5507 Obtains the name of the playlist. This API uses a promise to return the result.
5517 | Promise<string\> | Promise used to return the playlist name.|
5669 | itemId | number | Yes | ID of an item in the playlist.|
[all …]
H A Djs-apis-avsession-sys.md2158 Defines the attributes of a playlist.
2166 …g | Yes | Bundle name of the application to which the playlist belongs. …
2168 | avQueueId | string | Yes | Unique ID of the playlist. …
2169 | avQueueImage | image.PixelMap &#124; string |Yes | Cover image of the playlist, which can be …
2170 | lastPlayedTime | number | No | Last time when the playlist is played. …
/ohos5.0/docs/en/application-dev/database/
H A Duniform-data-type-list.md60 … | Multimedia (video) playlist format. …
83 … | Multimedia (audio) playlist format. …
90 … | Multimedia playlist format. …
244playlist | general.xml,general.media …
384playlist | general.media …
/ohos5.0/docs/en/release-notes/
H A DOpenHarmony-v4.0-beta1.md125 …apability of the media playlist is supported. The provider provides the playlist content, and the …
H A DOpenHarmony-v4.0-release.md232 …apability of the media playlist is supported. The provider provides the playlist content, and the …
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-common-components-symbol.md274 This example shows how to implement a playlist with the use of **symbolEffect**, **fontSize**, and …
H A Darkts-layout-development-create-list.md6 …and text. Some common lists seen in applications are the contacts list, playlist, and shopping lis…
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Djs-apis-data-uniformTypeDescriptor.md101 … | 'general.mpegurl-video' | MPEG video playlist format.<br>This t…
123 … | 'general.mpegurl-audio' | MPEG audio playlist format.<br>This t…
/ohos5.0/docs/zh-cn/application-dev/database/
H A Duniform-data-type-list.md250 | com.microsoft.windows-media-playlist | general.xml,general.media …
390 | com.apple.media.playlist | general.media …