'Usage
Dim instance As MediaSample
instance.Dispose()
public void Dispose()
public:
void Dispose();
Remarks
Use this method to close or release unmanaged resources such as files, streams, and handles held by an instance of the class that implements this interface. By convention, this method is used for all tasks associated with freeing resources held by an object, or preparing an object for reuse.