Метод | Описание | |
---|---|---|
Get ( Tag tag, string description, StringType type, bool create ) : |
Gets a specified user text frame from the specified tag, optionally creating it if it does not exist.
|
|
Get ( Tag tag, string description, bool create ) : |
Gets a specified user text frame from the specified tag, optionally creating it if it does not exist.
|
|
ToString ( ) : string |
Gets a string representation of the current instance.
|
|
UserUrlLinkFrame ( ByteVector data, byte version ) : System |
Constructs and initializes a new instance of UserUrlLinkFrame by reading its raw data in a specified ID3v2 version.
|
|
UserUrlLinkFrame ( string description ) : System |
Constructs and initializes a new instance of UserUrlLinkFrame with a specified description. When a frame is created, it is not automatically added to the tag. Consider using Get(Tag,string,bool) for more integrated frame creation. |
|
UserUrlLinkFrame ( string description, StringType encoding ) : System |
Constructs and initializes a new instance of UserUrlLinkFrame with a specified description and text encoding. When a frame is created, it is not automatically added to the tag. Consider using Get(Tag,string,StringType,bool) for more integrated frame creation. |
Метод | Описание | |
---|---|---|
UserUrlLinkFrame ( ByteVector data, int offset, TagLib.Id3v2.FrameHeader header, byte version ) : System |
Constructs and initializes a new instance of UserUrlLinkFrame by reading its raw data in a specified ID3v2 version.
|
public static Get ( Tag tag, string description, StringType type, bool create ) : |
||
tag | Tag |
/// A |
description | string |
/// A |
type | StringType |
/// A |
create | bool |
/// A |
Результат |
public static Get ( Tag tag, string description, bool create ) : |
||
tag | Tag |
/// A |
description | string |
/// A |
create | bool |
/// A |
Результат |
public UserUrlLinkFrame ( ByteVector data, byte version ) : System | ||
data | ByteVector |
/// A |
version | byte |
/// A |
Результат | System |
protected UserUrlLinkFrame ( ByteVector data, int offset, TagLib.Id3v2.FrameHeader header, byte version ) : System | ||
data | ByteVector |
/// A |
offset | int |
/// A |
header | TagLib.Id3v2.FrameHeader |
/// A |
version | byte |
/// A |
Результат | System |
public UserUrlLinkFrame ( string description ) : System | ||
description | string |
/// A |
Результат | System |
public UserUrlLinkFrame ( string description, StringType encoding ) : System | ||
description | string |
/// A |
encoding | StringType |
/// A |
Результат | System |