Table of Contents

Class VideoSink

Namespace
GstVideo
Assembly
GstVideo-1.0.dll
public class VideoSink : BaseSink, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
VideoSink
Implements
Inherited Members

Constructors

VideoSink()

public VideoSink()

VideoSink(params ConstructArgument[])

protected VideoSink(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

VideoSink(IntPtr, bool)

protected VideoSink(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

ShowPrerollFramePropertyDefinition

public static readonly Property<bool, VideoSink> ShowPrerollFramePropertyDefinition

Field Value

Property<bool, VideoSink>

Properties

ShowPrerollFrame

public bool ShowPrerollFrame { get; set; }

Property Value

bool

Methods

CenterRect(VideoRectangle, VideoRectangle, out VideoRectangle, bool)

public static void CenterRect(VideoRectangle src, VideoRectangle dst, out VideoRectangle result, bool scaling)

Parameters

src VideoRectangle
dst VideoRectangle
result VideoRectangle
scaling bool

GetGType()

public static Type GetGType()

Returns

Type