public class VideoFrame : IDisposable
Public Class VideoFrame
Implements IDisposable
public ref class VideoFrame : IDisposable
type VideoFrame =
class
interface IDisposable
end
VideoFrame | Create a VideoFrame object |
Dispose | Releases all resources used by the VideoFrame |
Dispose(Boolean) | Releases the unmanaged resources used by the VideoFrame and optionally releases the managed resources |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | (Overrides ObjectFinalize) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |