Table of Contents

Class VideoInfoDmaDrm

Namespace
GstVideo
Assembly
GstVideo-1.0.dll
public sealed class VideoInfoDmaDrm : BoxedRecord, GTypeProvider, InstanceFactory, IEquatable<VideoInfoDmaDrm>, IDisposable
Inheritance
VideoInfoDmaDrm
Implements
Inherited Members

Constructors

VideoInfoDmaDrm()

public VideoInfoDmaDrm()

VideoInfoDmaDrm(VideoInfoDmaDrmOwnedHandle)

public VideoInfoDmaDrm(VideoInfoDmaDrmOwnedHandle handle)

Parameters

handle VideoInfoDmaDrmOwnedHandle

Properties

DrmFourcc

public uint DrmFourcc { get; set; }

Property Value

uint

DrmModifier

public ulong DrmModifier { get; set; }

Property Value

ulong

Handle

public VideoInfoDmaDrmOwnedHandle Handle { get; }

Property Value

VideoInfoDmaDrmOwnedHandle

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

Equals(VideoInfoDmaDrm?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(VideoInfoDmaDrm? other)

Parameters

other VideoInfoDmaDrm

An object to compare with this object.

Returns

bool

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

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.

Free()

[Version("1.24")]
public void Free()

GetGType()

public static Type GetGType()

Returns

Type

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

New()

[Version("1.24")]
public static VideoInfoDmaDrm New()

Returns

VideoInfoDmaDrm

NewFromCaps(Caps)

[Version("1.24")]
public static VideoInfoDmaDrm? NewFromCaps(Caps caps)

Parameters

caps Caps

Returns

VideoInfoDmaDrm

ToCaps()

[Version("1.24")]
public Caps? ToCaps()

Returns

Caps