Click or drag to resize

Id3v2TagReadTag Method

Reads an ID3v2 tag from a stream

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static Id3v2Tag ReadTag(
	Stream input
)

Parameters

input
Type: System.IOStream

Return Value

Type: Id3v2Tag
See Also