Table of Contents

Class StreamSourceSettings

Namespace
VisioForge.Core.Types.X.Sources
Assembly
VisioForge.Core.dll

Stream source settings. Implements the VisioForge.Core.Types.X.MediaPlayer.IMediaPlayerBaseSourceSettings.

public class StreamSourceSettings : IMediaPlayerBaseSourceSettings, IVideoSourceSettings, IMediaBlockSettings

Inheritance

Implements

Inherited Members

Constructors

StreamSourceSettings(Stream)

Initializes a new instance of the VisioForge.Core.Types.X.Sources.StreamSourceSettings class.

public StreamSourceSettings(Stream stream)

Parameters

stream Stream

The stream.

Properties

Stream

Gets the stream.

public Stream Stream { get; }

Property Value

Stream

Methods

CreateBlock()

Creates the block.

public MediaBlock CreateBlock()

Returns

MediaBlock

MediaBlock.

ReadInfoAsync()

Reads the information asynchronous.

public Task<MediaFileInfo> ReadInfoAsync()

Returns

Task<MediaFileInfo>

Task<MediaFileInfo>.

See Also