Skip to content

Commit

Permalink
Add missing field to testCreationAndDeinitializationWithFullConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv authored and ortex committed May 13, 2023
1 parent b309665 commit 5550d93
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public void testCreationAndDeinitializationWithFullConfig() {
RocSenderConfig config = new RocSenderConfig.Builder(SAMPLE_RATE, ChannelSet.STEREO, FrameEncoding.PCM_FLOAT)
.packetSampleRate(44100)
.packetChannels(ChannelSet.STEREO)
.packetEncoding(PacketEncoding.AVP_L16)
.packetLength(2000)
.packetInterleaving(1)
.clockSource(ClockSource.INTERNAL)
Expand Down

0 comments on commit 5550d93

Please sign in to comment.