LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
VideoFormat Class Members
See Also  Properties  Methods 
Leadtools.Multimedia Namespace : VideoFormat Class

The following tables list the members exposed by VideoFormat.

Public Properties

 NameDescription
public Property BitCountThis property is updated with the video bit count for the video format.  
public Property CompressionThis property is updated with the video compression of the video format.  
public Property HeightThis property is updated with the video height, in pixels.  
public Property SelectedGets or sets a value that indicates whether this video format object is currently selected.  
public Property SubTypeFriendlyNameThis property is updated with a string that represents the video format type's friendly name.  
public Property SubTypeNameThis property is updated with a string that represents the GUID of the source video type.  
public Property WidthThis property is updated with the video width, in pixels.  
Top

Public Methods

 NameDescription
public Method EqualsDetermines whether the specified Object is equal to the current Object.  
public Method GetHashCodeServes as a hash function for a particular type.  
public Method ToStringReturns a string that represents the current Object.  
Top

See Also