public long StartMs() { float add = 1000 * (m_Idx / (float)m_SampleFormat.Rate); return((long)m_Timestamp.GetMilliseconds() + (long)add); }