C# Class csvorbis.Comment

Afficher le fichier Open project: secred/Tachycardia Class Usage Examples

Méthodes publiques

Свойство Type Description
comment_lengths int[]
comments int
user_comments byte[][]
vendor byte[]

Méthodes publiques

Méthode Description
add ( String comment ) : void
add_tag ( String tag, String contents ) : void
getComment ( int i ) : String
getVendor ( ) : String
header_out ( Packet op ) : int
init ( ) : void
query ( String tag ) : String
query ( String tag, int count ) : String
toString ( ) : String

Private Methods

Méthode Description
add ( byte comment ) : void
clear ( ) : void
pack ( csBuffer opb ) : int
query ( byte tag, int count ) : int
tagcompare ( byte s1, byte s2, int n ) : bool
unpack ( csBuffer opb ) : int

Method Details

add() public méthode

public add ( String comment ) : void
comment String
Résultat void

add_tag() public méthode

public add_tag ( String tag, String contents ) : void
tag String
contents String
Résultat void

getComment() public méthode

public getComment ( int i ) : String
i int
Résultat String

getVendor() public méthode

public getVendor ( ) : String
Résultat String

header_out() public méthode

public header_out ( Packet op ) : int
op csogg.Packet
Résultat int

init() public méthode

public init ( ) : void
Résultat void

query() public méthode

public query ( String tag ) : String
tag String
Résultat String

query() public méthode

public query ( String tag, int count ) : String
tag String
count int
Résultat String

toString() public méthode

public toString ( ) : String
Résultat String

Property Details

comment_lengths public_oe property

public int[] comment_lengths
Résultat int[]

comments public_oe property

public int comments
Résultat int

user_comments public_oe property

public byte[][] user_comments
Résultat byte[][]

vendor public_oe property

public byte[] vendor
Résultat byte[]