Interface IMediaBlockRenderer
Interface IMediaBlockRenderer.
Namespace: VisioForge.Core.MediaBlocks
Assembly: VisioForge.Core.dll
Syntax
public interface IMediaBlockRenderer
Properties
IsSync
Gets or sets a value indicating whether to sync a stream/streams, for example audio and video. Usually it should be true for playback and capture application and false for transcoding.
Declaration
bool IsSync { get; set; }
Property Value
Type | Description |
---|---|
bool |
|