Class VideoCaptionMeta
- Namespace
- GstVideo
- Assembly
- GstVideo-1.0.dll
public sealed class VideoCaptionMeta
- Inheritance
-
VideoCaptionMeta
- Inherited Members
Constructors
VideoCaptionMeta()
public VideoCaptionMeta()
VideoCaptionMeta(VideoCaptionMetaOwnedHandle)
public VideoCaptionMeta(VideoCaptionMetaOwnedHandle handle)
Parameters
handle
VideoCaptionMetaOwnedHandle
Properties
CaptionType
public VideoCaptionType CaptionType { get; set; }
Property Value
Handle
public VideoCaptionMetaOwnedHandle Handle { get; }
Property Value
Size
public nuint Size { get; set; }
Property Value
Methods
Equals(VideoCaptionMeta?)
public bool Equals(VideoCaptionMeta? other)
Parameters
other
VideoCaptionMeta
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.
GetInfo()
public static MetaInfo GetInfo()