4 references to blockSize
System (4)
sys\system\Media\SoundPlayer.cs (4)
532
this.streamData = new byte[
blockSize
];
534
int readBytes = stream.Read(streamData, currentPos,
blockSize
);
539
if (streamData.Length < currentPos +
blockSize
) {
544
readBytes = stream.Read(streamData, currentPos,
blockSize
);