RecorderWrite Method (Image, String)

CVB.Net Documentation
Writes the given image with the given metadata into the stream.

Namespace:  Stemmer.Cvb.Movie2
Assembly:  Stemmer.Cvb.Movie2 (in Stemmer.Cvb.Movie2.dll) Version: 14.0.0.0
Syntax

public void Write(
	Image image,
	string metadata
)

Parameters

image
Type: Stemmer.CvbImage
Image to write into the stream.
metadata
Type: SystemString
Metadata text to write into the stream.
Exceptions

ExceptionCondition
ObjectDisposedExceptionRecorder has been disposed.
ArgumentNullExceptionimage is null.
See Also

Reference