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: 1.8.12.0 (1.8.12)
Syntax
public class StreamConverter

The StreamConverter type exposes the following members.

Constructors
  NameDescription
Public methodStreamConverter
Initializes a new instance of the StreamConverter class.
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
Properties
  NameDescription
Public propertyIsBusy
Gets a boolean value indicating whether the StreamConverter is busy.
Top
Events
  NameDescription
Public eventConversionCompleted
Occurs when the conversion finished.
Top
See Also