она идеально работает на устройствах Windows 10, но не в Windows 11. < /P>
Код: Выделить всё
The data specified for the media type is invalid, inconsistent, or not supported by this object. (Exception from HRESULT: 0xC00D36B4)
и иногда дает ошибку ....
Код: Выделить всё
insufficient memory to continue the execution of the program.
public void UpdateMediaElementSource()
{
mediaStreamSource = composition.GeneratePreviewMediaStreamSource(
(int)mediaPlayerElement.ActualWidth,
(int)mediaPlayerElement.ActualHeight);
mediaPlayerElement.Source = MediaSource.CreateFromMediaStreamSource(mediaStreamSource);
}
private async void MediaPlayer_MediaFailed(MediaPlayer sender, MediaPlayerFailedEventArgs args)
{
}
< /code>
Иногда носитель не загружен должным образом < /p>
Я перейду по этой ссылке для задачи ...
text < /p>
< P> Я ожидаю предварительного просмотра композиции в медиаэлементе без ошибки медиа -неудачи ..
Подробнее здесь: https://stackoverflow.com/questions/781 ... -supported