/**
 * CTS Audio stream information
 */
export interface CtsAudioStream {
    /**
     * The stream offset
     */
    offset?: number;
}
