Click or drag to resize
Mp3StorageFrameCreateFrom Method (Stream)
Reads an MP3 frame from a stream

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static Mp3StorageFrame CreateFrom(
	Stream input
)

Parameters

input
Type: System.IOStream
input stream

Return Value

Type: Mp3StorageFrame
A valid MP3 frame, or null if none found
See Also