Class VideoTimeCodeInterval
- Namespace
- GstVideo
- Assembly
- GstVideo-1.0.dll
public sealed class VideoTimeCodeInterval : BoxedRecord, GTypeProvider, InstanceFactory, IEquatable<VideoTimeCodeInterval>, IDisposable
- Inheritance
-
VideoTimeCodeInterval
- Implements
- Inherited Members
Constructors
VideoTimeCodeInterval()
public VideoTimeCodeInterval()
VideoTimeCodeInterval(VideoTimeCodeIntervalOwnedHandle)
public VideoTimeCodeInterval(VideoTimeCodeIntervalOwnedHandle handle)
Parameters
Properties
Frames
public uint Frames { get; set; }
Property Value
Handle
public VideoTimeCodeIntervalOwnedHandle Handle { get; }
Property Value
Hours
public uint Hours { get; set; }
Property Value
Minutes
public uint Minutes { get; set; }
Property Value
Seconds
public uint Seconds { get; set; }
Property Value
Methods
Clear()
[Version("1.12")]
public void Clear()
Copy()
[Version("1.12")]
public VideoTimeCodeInterval Copy()
Returns
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Equals(VideoTimeCodeInterval?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(VideoTimeCodeInterval? other)
Parameters
other
VideoTimeCodeIntervalAn 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.12")]
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.
Init(uint, uint, uint, uint)
[Version("1.12")]
public void Init(uint hours, uint minutes, uint seconds, uint frames)
Parameters
New(uint, uint, uint, uint)
[Version("1.12")]
public static VideoTimeCodeInterval New(uint hours, uint minutes, uint seconds, uint frames)
Parameters
Returns
NewFromString(string)
[Version("1.12")]
public static VideoTimeCodeInterval? NewFromString(string tcInterStr)
Parameters
tcInterStr
string