Windows error 0xC00D3E85, -1072873851

Detailed Error Information

MF_E_SHUTDOWN[1]

MessageThe request is invalid because Shutdown() has been called.%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 Code16005 (0x3e85)

Questions

1vote
1answer

ogg to mp3 using NAudio MFT

Here, I am having a problem while converting ogg file to mp3 format. Reading ogg file is done successfully but while encoding it is throwing exception like,"Exception from HRESULT: 0xC00D3E85". Presently I am working on windows server 2012(64 bit). public byte[] DecodeOGG(byte[] data,string trgtfilename,int bitrate) { byte[] dt = null; [...] read more
c#-4.0
mp3
naudio
ogg
oggvorbis

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