ICreateStreamProvider Interface

ICreateStreamProvider interface

Represents an interface that can be implemented by classes providing streams to the rendering devices.

public interface ICreateStreamProvider : IDisposable

Methods

NameDescription
GetStream(string, string)Provides a stream for rendering.
GetStream(string, string, int)Provides a stream for rendering.
ReleaseStream(Stream)Releases the stream.

See Also