C# 클래스 AcoustID.Web.Recording

Represents a recording.
파일 보기 프로젝트 열기: wo80/AcoustID.NET 1 사용 예제들

공개 메소드들

메소드 설명
Recording ( int duration, string id, string title ) : System.Collections.Generic

Initializes a new instance of the Recording class.

ToString ( ) : string

메소드 상세

Recording() 공개 메소드

Initializes a new instance of the Recording class.
public Recording ( int duration, string id, string title ) : System.Collections.Generic
duration int The duration (in seconds).
id string The MusicBrainz ID.
title string The title of the recording.
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string