C# 클래스 FlacLibSharp.Exceptions.FlacLibSharpMaxTrackIndicesExceededException

상속: FlacLibSharpException
파일 보기 프로젝트 열기: AaronLenoir/flaclibsharp

공개 메소드들

메소드 설명
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