IStreamProvider

public interface IStreamProvider

Represents the exported stream provider.

Methods

Method Description
closeStream(StreamProviderOptions options) Closes the stream.
initStream(StreamProviderOptions options) Gets the stream.

closeStream(StreamProviderOptions options)

public abstract void closeStream(StreamProviderOptions options)

Closes the stream.

Parameters:

Parameter Type Description
options StreamProviderOptions

initStream(StreamProviderOptions options)

public abstract void initStream(StreamProviderOptions options)

Gets the stream.

Parameters:

Parameter Type Description
options StreamProviderOptions