Click or drag to resize

StreamConverter Class

Can write a stream to another stream and converting its format.
Inheritance Hierarchy
SystemObject
  Ozeki.MediaStreamConverter

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public class StreamConverter

The StreamConverter type exposes the following members.

Constructors
 NameDescription
Public methodStreamConverter Initializes a new instance of the StreamConverter class.
Top
Properties
 NameDescription
Public propertyIsBusy Gets a boolean value indicating whether the StreamConverter is busy.
Top
Methods
 NameDescription
Public methodConvert Converts the source stream into the destination stream.
Public methodConvertAsync Begins converting asynchronously the source stream into the destination stream.
Top
Events
 NameDescription
Public eventConversionCompleted Occurs when the conversion finished.
Top
See Also