public static class ADTSParser.Header extends Object
Constructor and Description |
---|
Header(int object_type,
int chanConfig,
int crcAbsent,
int numAACFrames,
int samplingIndex,
int size) |
Modifier and Type | Method and Description |
---|---|
int |
getChanConfig() |
int |
getCrcAbsent() |
int |
getNumAACFrames() |
int |
getObjectType() |
int |
getSampleRate() |
int |
getSamples() |
int |
getSamplingIndex() |
int |
getSize() |
public Header(int object_type, int chanConfig, int crcAbsent, int numAACFrames, int samplingIndex, int size)
public int getObjectType()
public int getChanConfig()
public int getCrcAbsent()
public int getNumAACFrames()
public int getSamplingIndex()
public int getSamples()
public int getSize()
public int getSampleRate()
Copyright © 2019. All rights reserved.