mirror of
https://github.com/samsonjs/media.git
synced 2026-04-11 12:15:47 +00:00
The JSON file contains a list of playlists, each with a name and a list of media items. The EffectActivity loads the JSON file and creates a list of PlaylistHolder objects, which contain the playlist name and the list of media items. PiperOrigin-RevId: 703069411
23 lines
1 KiB
XML
23 lines
1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright 2024 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
https://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<resources>
|
|
<string name="app_name">Effect Demo</string>
|
|
<string name="choose_preset_input">Choose preset input</string>
|
|
<string name="choose_local_file">Choose local file</string>
|
|
<string name="apply_effects">Apply effects</string>
|
|
<string name="ok">OK</string>
|
|
<string name="playlist_loading_error">Error loading playlist from %1$s: %2$s</string>
|
|
</resources>
|