TrackMuteSet Method
channel index
mute flag
Possible values:
time period to apply changes in seconds
Mutes the specific channel.
Syntax
Sub TrackMuteSet( _
   ByVal _nChannel As Integer, _
   ByVal _bMute As Integer, _
   ByVal _dblTimeForChange As Double _
) 
void TrackMuteSet( 
   int _nChannel,
   int _bMute,
   double _dblTimeForChange
)
procedure TrackMuteSet( 
    _nChannel: Integer;
    _bMute: Integer;
    _dblTimeForChange: Double
); 
void TrackMuteSet( 
   int _nChannel,
   int _bMute,
   double _dblTimeForChange
) 

Parameters

_nChannel
channel index
_bMute
mute flag
Possible values:
  • 1 is to mute the channel.
  • 0 is to not mute the channel.
_dblTimeForChange
time period to apply changes in seconds
Example
track.TrackMuteGet(2, 1, 500);
track.TrackMuteGet(2, 1, 500);
track.TrackMuteGet(2, 1, 500);
See Also

Reference

IMAudioTrack Interface
IMAudioTrack Members