mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Set bitdepths in test Format
This commit is contained in:
parent
e71ca5a740
commit
c7fe0662ce
@ -104,6 +104,8 @@ public final class FormatTest {
|
|||||||
.setProjectionData(projectionData)
|
.setProjectionData(projectionData)
|
||||||
.setStereoMode(C.STEREO_MODE_TOP_BOTTOM)
|
.setStereoMode(C.STEREO_MODE_TOP_BOTTOM)
|
||||||
.setColorInfo(colorInfo)
|
.setColorInfo(colorInfo)
|
||||||
|
.setLumaBitdepth(9)
|
||||||
|
.setChromaBitdepth(11)
|
||||||
.setChannelCount(6)
|
.setChannelCount(6)
|
||||||
.setSampleRate(44100)
|
.setSampleRate(44100)
|
||||||
.setPcmEncoding(C.ENCODING_PCM_24BIT)
|
.setPcmEncoding(C.ENCODING_PCM_24BIT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user