Class PadProbeInfo
- Namespace
- Gst
- Assembly
- Gst-1.0.dll
public sealed class PadProbeInfo
- Inheritance
-
PadProbeInfo
- Inherited Members
Constructors
PadProbeInfo()
public PadProbeInfo()
PadProbeInfo(PadProbeInfoOwnedHandle)
public PadProbeInfo(PadProbeInfoOwnedHandle handle)
Parameters
handle
PadProbeInfoOwnedHandle
Properties
Handle
public PadProbeInfoOwnedHandle Handle { get; }
Property Value
Id
public ulong Id { get; set; }
Property Value
Offset
public ulong Offset { get; set; }
Property Value
Size
public uint Size { get; set; }
Property Value
Type
public PadProbeType Type { get; set; }
Property Value
Methods
Equals(PadProbeInfo?)
public bool Equals(PadProbeInfo? other)
Parameters
other
PadProbeInfo
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetBuffer()
public Buffer? GetBuffer()
Returns
GetBufferList()
public BufferList? GetBufferList()
Returns
GetEvent()
public Event? GetEvent()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetQuery()
public Query? GetQuery()