Windows error 0xC00D0BC6, -1072886842

Detailed Error Information

NS_E_INVALIDPROFILE[1]

MessageThe Profile is invalid.%0
Declared innserror.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 Code3014 (0x0bc6)

Questions

0votes
2answers

Edit Windows Media Profile (.prx) file in code

I'm using a third party control for video capture that uses .prx files for certain output attributes, namely the output size. I'm trying to set the output height and width to be the largest possible while maintaining the ratio of the user's actual screen size. I believe the .prx file [...] read more
.net
video-capture

Comments

Leave a comment

(plain text only)

Sources

  1. nserror.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