C# Класс FlacLibSharp.Exceptions.FlacLibSharpMaxTrackIndicesExceededException

Наследование: FlacLibSharpException
Показать файл Открыть проект

Открытые методы

Метод Описание
FlacLibSharpMaxTrackIndicesExceededException ( int maxIndexPoints ) : System

Creates an exception to indicate that too many index points have been added to a CueSheet Track.

Описание методов

FlacLibSharpMaxTrackIndicesExceededException() публичный Метод

Creates an exception to indicate that too many index points have been added to a CueSheet Track.
public FlacLibSharpMaxTrackIndicesExceededException ( int maxIndexPoints ) : System
maxIndexPoints int How many index points that are allowed.
Результат System