| Previous | Next |
| NS_E_WMG_LICENSE_TAMPERED | NS_E_WMX_UNRECOGNIZED_PLAYLIST_FORMAT |
NS_E_WMR_WILLNOT_RENDER_BINARY_STREAM
NS_E_WMR_WILLNOT_RENDER_BINARY_STREAM: what the result means
NS_E_WMR_WILLNOT_RENDER_BINARY_STREAM (0xC00D1065) means the rendering policy intentionally forbids a binary stream carried by protected content.
What to capture
Record the binary stream type, content-protection state and policy decision that rejected rendering. Keep this distinct from a missing decoder or renderer.
Focused verification
Compare with an allowed stream under the same protected-content session. If policy alone decides the result, changing codecs or graph connection order will not address it.
Technical references
- The DirectShow filter graph
- DirectShow media types
- Negotiating media types
- WM ASF Reader filter
- Microsoft HRESULT registry
Looking for a different code? Search another status or error code.