Click or drag to resize
FlvReaderDispose Method (Boolean)
Dispose of this object, cleaning up any resources it uses.

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
true if resources should be disposed, false if not.
See Also