Property | Type | Description | |
---|---|---|---|
AverageFrameRate | int | ||
BitCount | int | ||
FrameSize | |||
MaximumFrameRate | int |
Property | Type | Description | |
---|---|---|---|
FromStreamConfig | Accord.Video.DirectShow.VideoCapabilities[] | ||
VideoCapabilities | System | ||
VideoCapabilities | System |
Method | Description | |
---|---|---|
Equals ( |
Check if two video capabilities are equal.
|
|
Equals ( object obj ) : bool |
Check if the video capability equals to the specified object.
|
|
GetHashCode ( ) : int |
Get hash code of the object.
|
|
operator ( ) : bool |
Equality operator.
|
Method | Description | |
---|---|---|
FromStreamConfig ( IAMStreamConfig videoStreamConfig ) : Accord.Video.DirectShow.VideoCapabilities[] | ||
VideoCapabilities ( ) : System | ||
VideoCapabilities ( IAMStreamConfig videoStreamConfig, int index ) : System |
public Equals ( |
||
vc2 | Second video capability to compare with. | |
return | bool |
public Equals ( object obj ) : bool | ||
obj | object | Object to compare with. |
return | bool |