Example #1
0
 // Token: 0x0600192C RID: 6444
 // RVA: 0x00078B54 File Offset: 0x00076D54
 internal bool method_4()
 {
     if (this.bool_0)
     {
         return false;
     }
     if (1 == Bass.BASS_ChannelIsActive(base.method_0()))
     {
         Bass.BASS_ChannelPause(base.method_0());
         this.enum100_0 = Enum100.const_0;
         return true;
     }
     Bass.BASS_ChannelPlay(base.method_0(), false);
     this.enum100_0 = Enum100.const_1;
     return false;
 }
Example #2
0
 // Token: 0x0600192D RID: 6445
 // RVA: 0x000155AE File Offset: 0x000137AE
 internal override void vmethod_6(bool bool_5)
 {
     this.enum100_0 = Enum100.const_1;
     Bass.BASS_ChannelPlay(base.method_0(), bool_5);
 }
Example #3
0
 // Token: 0x06001929 RID: 6441
 // RVA: 0x0001556E File Offset: 0x0001376E
 public override void Dispose()
 {
     base.Dispose();
     this.enum100_0 = Enum100.const_0;
     this.method_3();
     if (this.stream_0 != null)
     {
         this.stream_0.Dispose();
         this.stream_0 = null;
     }
 }