Method | 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. If a TagLib.Id3v2.Tag is added to the current instance, it will be placed at the start of the file. On the other hand, TagLib.Id3v1.Tag TagLib.Ape.Tag will be added to the end of the file. All other tag types will be ignored. |
Method | Description | |
---|---|---|
ReadEnd ( long end, ReadStyle propertiesStyle ) : void |
Reads format specific information at the end of the file.
|
|
ReadProperties ( long start, long end, ReadStyle propertiesStyle ) : Properties |
Reads the audio properties from the file represented by the current instance.
|
public File ( |
||
abstraction |
/// A |
|
return | System |
public File ( |
||
abstraction |
/// A |
|
propertiesStyle | ReadStyle |
/// A |
return | System |
public File ( string path ) : System | ||
path | string |
/// A |
return | System |
public File ( string path, ReadStyle propertiesStyle ) : System | ||
path | string |
/// A |
propertiesStyle | ReadStyle |
/// A |
return | System |
public GetTag ( TagTypes type, bool create ) : TagLib.Tag | ||
type | TagTypes |
/// A |
create | bool |
/// A |
return | TagLib.Tag |
protected ReadEnd ( long end, ReadStyle propertiesStyle ) : void | ||
end | long |
/// A |
propertiesStyle | ReadStyle |
/// A |
return | void |
protected ReadProperties ( long start, long end, ReadStyle propertiesStyle ) : Properties | ||
start | long |
/// A |
end | long |
/// A |
propertiesStyle | ReadStyle |
/// A |
return | Properties |