Bink SDK 1.5v

BinkSetMixBins

The function BinkSetMixBins sets the mix bin destination of the sound track on an Xbox.

void BinkSetMixBins(
  HBINK bink,
  U32 trackID,
  u32_ptr mix_bins,
  U32 total
);

In Parameters

bink
Specifies the Bink handle.
trackID
Specifies the track ID to change the mix bin for.
mix_bins
Points to an array of mix bin destinations.
total
The number of mix bins in the mix_bins array.

Discussion

This function sets the mix bins for the currently playing Bink sound track on an Xbox. See the Xbox documentation for the mix bin destination values. You usually use this function to play back 5.1 sound tracks on an Xbox.


Group: Bink API
Related Sections: Audio Tracks in Bink, Sound on the Xbox
Related Functions: BinkSetMixBinVolumes, BinkSetPan
Related Basic Types: HBINK, U32, u32_ptr, void

For technical support, e-mail Bink1@radgametools.com
© Copyright 1994-2003 RAD Game Tools, Inc. All Rights Reserved.