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

The following tables list the members exposed by VCRControl.

Public Properties

 NameDescription
public Property DeviceTypeGets the device type.  
public Property MediaTypeGets the format of the media.  
public Property ModeGets the current mode.  
Top

Public Methods

 NameDescription
public Method FastestForwardSets the Mode property to VCRControlMode.FastestForward.  
public Method FastestReverseSets the Mode property to VCRControlMode.FastestReverse.  
public Method FastForwardSets the Mode property to VCRControlMode.FastForward.  
public Method PauseSets the Mode property to VCRControlMode.Pause.  
public Method PauseRecordingSets the Mode property to VCRControlMode.PauseRecording.  
public Method PlaySets the Mode property to VCRControlMode.Play.  
public Method ReadTimecodeThis method reads the time code.  
public Method RecordSets the Mode property to VCRControlMode.Record.  
public Method RewindSets the Mode property to VCRControlMode.Rewind.  
public Method SeekTimecodeSeeks the specified time code.  
public Method SlowestForwardSets the Mode property to VCRControlMode.SlowestForward.  
public Method SlowestReverseSets the Mode property to VCRControlMode.SlowestReverse.  
public Method StepBackwardSets the Mode property to VCRControlMode.StepBackward.  
public Method StepForwardSets the Mode property to VCRControlMode.StepForward.  
public Method StopSets the Mode property to VCRControlMode.Stop.  
Top

See Also