Click or drag to resize
Id3v2TagReadTag Method
Reads an ID3v2 tag from a stream

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

Parameters

input
Type: System.IOStream

Return Value

Type: Id3v2Tag
See Also