LEADTOOLS Multimedia (Leadtools.Multimedia assembly)
LEAD Technologies, Inc

MoveNext Method (AudioInputs)






Advances the enumerator to the next element of the collection.
Syntax
public bool MoveNext()
'Declaration
 
Public Function MoveNext() As Boolean
'Usage
 
Dim instance As AudioInputs
Dim value As Boolean
 
value = instance.MoveNext()
public bool MoveNext()
 function Leadtools.Multimedia.AudioInputs.MoveNext()
public:
bool MoveNext(); 

Return Value

true if the enumerator was successfully advanced to the next element; otherwise, it is false if the enumerator has passed the end of the collection.
Remarks
After an enumerator is created or after the Reset method is called, an enumerator is positioned before the first element of the collection, and the first call to the MoveNext method moves the enumerator over the first element of the collection. If MoveNext passes the end of the collection, the enumerator is positioned after the last element in the collection and MoveNext returns false. When the enumerator is at this position, subsequent calls to MoveNext also return false until Reset is called.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AudioInputs Class
AudioInputs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Multimedia requires a Multimedia or Multimedia Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features