| IMcImageSetAddAudioChannel Method  |   | 
        
         Adds an audio channel to the set
 
    Namespace: 
   MediaCy.IQL.Sets
    Assembly:
   MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
 Syntax
SyntaxFunction AddAudioChannel ( 
	Name As String
) As McImageSetChannel
Parameters
- Name
- Type: SystemString
 
Return Value
Type: 
McImageSetChannel Remarks
RemarksThis method adds an audio channel to the set.
The method creates a new McImageSetAudioChannel
audio channel from the supplied audio, which will extend from the specified
start time through the duration of the audio clip.
Parameters
Name : The name to apply to the new audio channel
Audio : The audio clip to base the channel on, typically an AVI file
StartTime : The time of the experiment at which the audio should begin
|  Note | 
|---|
| The original API is NOT going to work - there's no variant that contains both the
audio data and its format description, and we can't use the WAVEFORMATEX structure... | 
 See Also
See Also