Specifies accepted video formats

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public struct IEVideoFormat
Public Structure IEVideoFormat
public value class IEVideoFormat

Members

         
 All Members  Fields   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
bitmapHeight
Bitmap height
bitmapWidth
Bitmap width
bitRate
Approximate data rate of the video stream, in bits per second
Equals(Object)
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
format
Pixel format
GetHashCode()()()()
Returns the hash code for this instance.
(Inherited from ValueType.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
granularityX
Width granularity
granularityY
Height granularity
maxHeight
Maximum video height
maxWidth
Maximum video width
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
minHeight
Minimum video height
minWidth
Minimum video width
ToString()()()()
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
videoStandard
The analog video standard supported

See Also