bool MassiveLoopRoom.TryGetChannelPolicy(byte channelId, MLAudioChannelPolicy policy)
7/14/25Less than 1 minute
Member of ML.SDK.MassiveLoopRoom
Method | Static
bool MassiveLoopRoom.TryGetChannelPolicy(byte channelId, MLAudioChannelPolicy policy)
static bool MassiveLoopRoom.TryGetChannelPolicy(byte channelId, MLAudioChannelPolicy policy);
Parameters
Parameter | Type | Description |
---|---|---|
channelId | byte | The channel to retrieve. Range[0-255] |
policy | MLAudioChannelPolicy | the channel policy |
Returns
True if the channel is found, false otherwise
Summary
Gets the channel policy of the specified channel, if it exists.