Click or drag to resize

LibraryEnableWpfMultiThreadedVideo Property

Gets or sets a value indicating whether the video visualization control creates its own dispatcher thread to handle rendering of video frames. This is an experimental feature and it is useful when creating video walls. For example if you want to display multiple videos at a time and don't want to use time from the main UI thread. This feature is only valid if we are in a WPF context.

Namespace:  CSVideoPlayer
Assembly:  CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool EnableWpfMultiThreadedVideo { get; set; }

Property Value

Type: Boolean
See Also