Class AacDecoder.StreamInfo
- java.lang.Object
-
- com.sedmelluq.discord.lavaplayer.natives.aac.AacDecoder.StreamInfo
-
- Enclosing class:
- AacDecoder
public static class AacDecoder.StreamInfo extends java.lang.ObjectAAC stream information.
-
-
Field Summary
Fields Modifier and Type Field Description intchannelsChannel count (adjusted to PS) of the current stream.intframeSizeNumber of samples per channel per frame.intsampleRateSample rate (adjusted to SBR) of the current stream.
-
Constructor Summary
Constructors Constructor Description StreamInfo(int sampleRate, int channels, int frameSize)
-