Windows error 0xC00D3E82, -1072873854

Detailed Error Information

MF_E_INVALID_STATE_TRANSITION[1]

MessageA media source cannot go from the stopped state to the paused state.%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 Code16002 (0x3e82)

Questions

3votes
1answer

Console template application MediaCapture fails to record video

I'm trying to use MediaCapture on a minimal C# UWP console template - based application to capture video. Initializing the MediaCapture with InitializeAsync() works, but actually starting the recording fails with error code 0xc00d3e82 / MF_E_INVALID_STATE_TRANSITION. I've installed C# UWP console application templates to Visual Studio 2017 to work on [...] read more
c#
uwp
mediacapture
2votes
1answer

Call MediaCapture.InitializeAsync from UWP BackgroundTask

I am trying to take a photo during a BackgroundTask at an UWP application. I read at documentation that InitializeAsync should be on the STA thread but is there some approach to achieve that from a MTA? I don't known, something like Dispatchers or others workarounds. In my actual scenario, [...] read more
c#
windows-10
uwp
windows-10-universal
background-task

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