Table of Contents

Enum PadProbeType

Namespace
Gst
Assembly
Gst-1.0.dll
[Flags]
public enum PadProbeType : uint

Fields

AllBoth = DataBoth | QueryBoth
Block = 2
BlockDownstream = Block | DataDownstream
BlockUpstream = Block | DataUpstream
Blocking = Idle | Block
Buffer = 16
BufferList = 32
DataBoth = Buffer | BufferList | EventBoth
DataDownstream = Buffer | BufferList | EventDownstream
DataUpstream = 128
EventBoth = EventDownstream | DataUpstream
EventDownstream = 64
EventFlush = 256
EventUpstream = 128
Idle = 1
Invalid = 0
Pull = 8192
Push = 4096
QueryBoth = QueryDownstream | QueryUpstream
QueryDownstream = 512
QueryUpstream = 1024
Scheduling = Push | Pull