Click or drag to resize
FlvWriterDispose Method (Boolean)
Releases the unmanaged resources used by the FlvWriter and optionally releases the managed resources

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 to release both managed and unmanaged resources; false to release only unmanaged resources
See Also