Méthode | Description | |
---|---|---|
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
|
public AddComment ( uint streamSerialNumber, ByteVector data ) : void | ||
streamSerialNumber | uint |
/// A |
data | ByteVector |
/// A |
Résultat | void |
public AddComment ( uint streamSerialNumber, XiphComment comment ) : void | ||
streamSerialNumber | uint |
/// A |
comment | XiphComment |
/// A |
Résultat | void |
public GetComment ( uint streamSerialNumber ) : XiphComment | ||
streamSerialNumber | uint |
/// A |
Résultat | XiphComment |
public GroupedComment ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |