Table of Contents

Class VideoGLTextureUploadMeta

Namespace
GstVideo
Assembly
GstVideo-1.0.dll
public sealed class VideoGLTextureUploadMeta
Inheritance
VideoGLTextureUploadMeta
Inherited Members

Constructors

VideoGLTextureUploadMeta()

public VideoGLTextureUploadMeta()

VideoGLTextureUploadMeta(VideoGLTextureUploadMetaOwnedHandle)

public VideoGLTextureUploadMeta(VideoGLTextureUploadMetaOwnedHandle handle)

Parameters

handle VideoGLTextureUploadMetaOwnedHandle

Properties

Handle

public VideoGLTextureUploadMetaOwnedHandle Handle { get; }

Property Value

VideoGLTextureUploadMetaOwnedHandle

NTextures

public uint NTextures { get; set; }

Property Value

uint

TextureOrientation

public VideoGLTextureOrientation TextureOrientation { get; set; }

Property Value

VideoGLTextureOrientation

Methods

Equals(VideoGLTextureUploadMeta?)

public bool Equals(VideoGLTextureUploadMeta? other)

Parameters

other VideoGLTextureUploadMeta

Returns

bool

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

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()

Returns

MetaInfo

GetUpload(ref uint)

public bool GetUpload(ref uint textureId)

Parameters

textureId uint

Returns

bool