Click or drag to resize

IMcImageSetAudioChannel Interface

An interface implemented by McImageSetAudioChannel.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcImageSetAudioChannel
	Inherits IMcImageSetChannel

The IMcImageSetAudioChannel type exposes the following members.

Properties
  NameDescription
Public propertyDescription
The optional description of this channel
Public propertyDuration
The time duration for this audio channel.
Public propertyEndTime
The ending time for this audio channel.
Public propertyFile
The backing WAV file for this audio channel.
Public propertyName
The name of this channel.
Public propertyStartTime
The starting time for this audio channel.
Public propertyType
The type of this channel.
Public propertyUserData
Gets or sets user data for this channel
Public propertyUserFlags
Gets or sets user flags for this set
Top
Methods
  NameDescription
Public methodCopyFrom
Copy from the provided channel class
Public methodOpenFromWAV
Public methodPlay
Plays this audio channel on the system sound device.
Public methodSaveToWAV
Top
See Also