Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IBasicVideoEffect.Close(MediaEffectClosedReason) Method
Definition
- Namespace:
- Windows.Media.Effects
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the video effect should close and clean up allocated resources.
public:
void Close(MediaEffectClosedReason reason);
void Close(MediaEffectClosedReason const& reason);
public void Close(MediaEffectClosedReason reason);
function close(reason)
Public Sub Close (reason As MediaEffectClosedReason)
Parameters
- reason
- MediaEffectClosedReason
The reason the effect was closed.
Applies to
Feedback
Was this page helpful?
