| Previous | Next |
| NS_E_WMR_NOCALLBACKAVAILABLE | NS_E_WMR_CANNOT_RENDER_BINARY_STREAM |
NS_E_WMR_SAMPLEPROPERTYNOTSET
NS_E_WMR_SAMPLEPROPERTYNOTSET: what the result means
NS_E_WMR_SAMPLEPROPERTYNOTSET (0xC00D1062) means a media sample is missing a property required by this rendering path.
What to capture
Record the sample property/flag requested, the producer of the sample, stream/pin identity and whether the property exists on neighboring successful samples.
Focused verification
Trace the sample from its producer to the failing consumer and identify where the required property stops being set. Rebuilding the graph is useful only if it changes that sample contract.
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.