Table of Contents

Class VideoSink

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

Constructors

VideoSink(params ConstructArgument[])

public VideoSink(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

VideoSink(VideoSinkHandle)

public VideoSink(VideoSinkHandle handle)

Parameters

handle VideoSinkHandle

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