setStreamIndex method

void setStreamIndex(
  1. int index
)

Implementation

void setStreamIndex(int index) {
  this.index = index;
}