Specifies a reference clock
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public enum IEReferenceClock
Public Enumeration IEReferenceClock
public enum class IEReferenceClock
Members
Member | Value | Description |
---|---|---|
Default | 0 |
Default DirectShow setting
|
None | 1 |
No synchronism used
|
SystemClock | 2 |
Use system clock
|
VideoInput | 3 |
Video input is the synch reference
|
VideoOutput | 4 |
Video output is the synch reference
|
AudioInput | 5 |
Audio input is the synch reference
|
AudioOutput | 6 |
Audio output is the sync reference
|