C# 클래스 TagLib.Ogg.GroupedComment

This class combines a collection of XiphComment objects so that properties can be read from each but are only set to the first comment of the file.
상속: Tag
파일 보기 프로젝트 열기: MediaPortal/MPTagThat 1 사용 예제들

공개 메소드들

메소드 설명
AddComment ( uint streamSerialNumber, ByteVector data ) : void

Adds a Xiph comment to the current instance.

AddComment ( uint streamSerialNumber, XiphComment comment ) : void

Adds a Xiph comment to the current instance.

Clear ( ) : void

Clears all of the child tags.

GetComment ( uint streamSerialNumber ) : XiphComment

Gets a comment in the current instance for a specified stream.

GroupedComment ( ) : System.Collections.Generic

Constructs and initializes a new instance of with now contents.

메소드 상세

AddComment() 공개 메소드

Adds a Xiph comment to the current instance.
public AddComment ( uint streamSerialNumber, ByteVector data ) : void
streamSerialNumber uint /// A value containing the serial number /// of the stream containing the comment. ///
data ByteVector /// A object containing the raw Xiph /// comment to add to the current instance. ///
리턴 void

AddComment() 공개 메소드

Adds a Xiph comment to the current instance.
public AddComment ( uint streamSerialNumber, XiphComment comment ) : void
streamSerialNumber uint /// A value containing the serial number /// of the stream containing the comment. ///
comment XiphComment /// A object to add to the current /// instance. ///
리턴 void

Clear() 공개 메소드

Clears all of the child tags.
public Clear ( ) : void
리턴 void

GetComment() 공개 메소드

Gets a comment in the current instance for a specified stream.
public GetComment ( uint streamSerialNumber ) : XiphComment
streamSerialNumber uint /// A value containing the serial number /// of the stream of the comment to get. ///
리턴 XiphComment

GroupedComment() 공개 메소드

Constructs and initializes a new instance of with now contents.
public GroupedComment ( ) : System.Collections.Generic
리턴 System.Collections.Generic