Skip to content

Commit

Permalink
remove unneeded pub from OutputStreamConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdsk committed Nov 24, 2024
1 parent c1d2230 commit bc8d1c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ impl OutputStream {

#[derive(Copy, Clone, Debug)]
struct OutputStreamConfig {
pub channel_count: ChannelCount,
pub sample_rate: SampleRate,
pub buffer_size: BufferSize,
pub sample_format: SampleFormat,
channel_count: ChannelCount,
sample_rate: SampleRate,
buffer_size: BufferSize,
sample_format: SampleFormat,
}

/// Convenience builder for audio output stream.
Expand Down

0 comments on commit bc8d1c7

Please sign in to comment.