Package org.jitsi.mediajson
Class MediaFormat
-
- All Implemented Interfaces:
public final class MediaFormat
-
-
Constructor Summary
Constructors Constructor Description MediaFormat(String encoding, Integer sampleRate, Integer channels)
-
Method Summary
Modifier and Type Method Description final StringgetEncoding()final IntegergetSampleRate()final IntegergetChannels()-
-
Method Detail
-
getEncoding
final String getEncoding()
-
getSampleRate
final Integer getSampleRate()
-
getChannels
final Integer getChannels()
-
-
-
-