C# 클래스 SoundFingerprinting.DAO.Data.TrackData

파일 보기 프로젝트 열기: AddictedCS/soundfingerprinting 1 사용 예제들

Private Properties

프로퍼티 타입 설명
TrackData Audio.System

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
TrackData ( TagInfo tags ) : Audio.System
TrackData ( string isrc, string artist, string title, string album, int releaseYear, double length ) : Audio.System
TrackData ( string isrc, string artist, string title, string album, int releaseYear, double length, IModelReference trackReference ) : Audio.System

비공개 메소드들

메소드 설명
TrackData ( ) : Audio.System

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

TrackData() 공개 메소드

public TrackData ( TagInfo tags ) : Audio.System
tags TagInfo
리턴 Audio.System

TrackData() 공개 메소드

public TrackData ( string isrc, string artist, string title, string album, int releaseYear, double length ) : Audio.System
isrc string
artist string
title string
album string
releaseYear int
length double
리턴 Audio.System

TrackData() 공개 메소드

public TrackData ( string isrc, string artist, string title, string album, int releaseYear, double length, IModelReference trackReference ) : Audio.System
isrc string
artist string
title string
album string
releaseYear int
length double
trackReference IModelReference
리턴 Audio.System