setLoopStart method

void setLoopStart(
  1. int value
)

Implementation

void setLoopStart(int value ) {
	audioSource.setLoopStart(value);
}