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
DrmModifier
public ulong DrmModifier { get; set; }
Property Value
Handle
public VideoInfoDmaDrmOwnedHandle Handle { get; }
Property Value
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
VideoInfoDmaDrmAn object to compare with this object.
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
Free()
[Version("1.24")]
public void Free()
GetGType()
public static Type GetGType()
Returns
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
NewFromCaps(Caps)
[Version("1.24")]
public static VideoInfoDmaDrm? NewFromCaps(Caps caps)
Parameters
caps
Caps
Returns
ToCaps()
[Version("1.24")]
public Caps? ToCaps()