C# Класс CSPspEmu.Core.Audio.StereoShortSoundSample

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Left short
Right short

Открытые методы

Метод Описание
GetByIndex ( int Index ) : short

Приватные методы

Метод Описание
ApplyVolumes ( int LeftVolume, int RightVolume ) : StereoShortSoundSample
Clamp ( int Value ) : short
Mix ( StereoShortSoundSample A, StereoShortSoundSample B ) : StereoShortSoundSample
StereoShortSoundSample ( int LeftRight ) : System
StereoShortSoundSample ( int Left, int Right ) : System

Описание методов

GetByIndex() публичный Метод

public GetByIndex ( int Index ) : short
Index int
Результат short

Описание свойств

Left публичное свойство

public short Left
Результат short

Right публичное свойство

public short Right
Результат short