Windows error 0xC00D6D60, -1072861856

Detailed Error Information

MF_E_TRANSFORM_TYPE_NOT_SET[1]

MessageA valid type has not been set for this stream or a stream that it depends on.%0
Declared inMferror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)true
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode13 (0x00d)
NameFACILITY_MEDIASERVER[2][3]
DescriptionThe source of the error code is the Windows Media Server.[2][3]
Error Code28000 (0x6d60)

Questions

1vote
1answer

IMFTransform SetInputType()/SetOutputType() fails

I'm trying to playback MP3 (and similar audio files) using WASAPI shared mode and a media foundation IMFSourceReader on Windows 7. From what I understand I have to use an IMFTransform between the IMFSourceReader decoding and the WASAPI playback. Everything seems fine apart from when I call SetInputType()/SetOutputType() on the [...] read more
audio
ms-media-foundation
wasapi
0votes
0answers

What causes 'A valid type has not been set for this stream or a stream that it dependes on' exception during video playback

We do use MediaPlayerElement in UWP to play videos. However, occasionally (the occurance seems to be rare), the video which is working normally in any other way fails with following exception: A valid type has not been set for this stream or a stream that it dependes on. (Exception from [...] read more
c#
uwp

Comments

Leave a comment

(plain text only)

Sources

  1. Mferror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0