Class BufferPoolAcquireParams
- Namespace
- Gst
- Assembly
- Gst-1.0.dll
public sealed class BufferPoolAcquireParams
- Inheritance
-
BufferPoolAcquireParams
- Inherited Members
Constructors
BufferPoolAcquireParams()
public BufferPoolAcquireParams()
BufferPoolAcquireParams(BufferPoolAcquireParamsOwnedHandle)
public BufferPoolAcquireParams(BufferPoolAcquireParamsOwnedHandle handle)
Parameters
Properties
Flags
public BufferPoolAcquireFlags Flags { get; set; }
Property Value
Format
public Format Format { get; set; }
Property Value
Handle
public BufferPoolAcquireParamsOwnedHandle Handle { get; }
Property Value
Start
public long Start { get; set; }
Property Value
Stop
public long Stop { get; set; }
Property Value
Methods
Equals(BufferPoolAcquireParams?)
public bool Equals(BufferPoolAcquireParams? other)
Parameters
other
BufferPoolAcquireParams
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
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.