Свойство | Type | Description | |
---|---|---|---|
FileIdentifier | ReadOnlyByteVector | ||
FormatIdentifier | ReadOnlyByteVector | ||
ID3Identifier | ReadOnlyByteVector |
Méthode | Description | |
---|---|---|
File ( |
Constructs and initializes a new instance of
|
|
File ( |
Constructs and initializes a new instance of
|
|
File ( string path ) : System |
Constructs and initializes a new instance of
|
|
File ( string path, ReadStyle propertiesStyle ) : System |
Constructs and initializes a new instance of
|
|
GetTag ( TagTypes type, bool create ) : TagLib.Tag |
Gets a tag of a specified type from the current instance, optionally creating a new tag if possible.
|
|
RemoveTags ( TagTypes types ) : void |
Removes a set of tag types from the current instance. In order to remove all tags from a file, pass |
|
Save ( ) : void |
Saves the changes made in the current instance to the file it represents.
|
Méthode | Description | |
---|---|---|
Read ( bool read_tags, ReadStyle style, uint &dsf_size, long &tag_start, long &tag_end ) : void |
Reads the contents of the current instance determining the size of the dsf data, the area the tagging is in, and optionally reading in the tags and media properties.
|
public File ( |
||
abstraction |
/// A |
|
Résultat | System |
public File ( |
||
abstraction |
/// A |
|
propertiesStyle | ReadStyle |
/// A |
Résultat | System |
public File ( string path ) : System | ||
path | string |
/// A |
Résultat | System |
public File ( string path, ReadStyle propertiesStyle ) : System | ||
path | string |
/// A |
propertiesStyle | ReadStyle |
/// A |
Résultat | System |
public GetTag ( TagTypes type, bool create ) : TagLib.Tag | ||
type | TagTypes |
/// A |
create | bool |
/// A |
Résultat | TagLib.Tag |
public RemoveTags ( TagTypes types ) : void | ||
types | TagTypes |
/// A bitwise combined |
Résultat | void |
public static ReadOnlyByteVector FileIdentifier | ||
Résultat | ReadOnlyByteVector |
public static ReadOnlyByteVector FormatIdentifier | ||
Résultat | ReadOnlyByteVector |