我在字符串变量上有一个破折号 mpd 文件的内容
String MPDString = "<?xml version="1.0"?>
" +
"<!-- MPD file Generated with GPAC version 0.5.2-DEV-revVersion: 0.5.2-426-gc5ad4e4+dfsg5-1build1 at 2018-03-07T11:10:44.851Z-->\n" +
...........
</MPD>
";
我想将此字符串用作dashsource但很困惑我查看了链接:从字符串创建MPD文件 但仍然很困惑谁能给我更多信息