Mp3StorageFrameCreateFrom Method (Stream) |
Reads an MP3 frame from a stream
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public static Mp3StorageFrame CreateFrom(
Stream input
)
Public Shared Function CreateFrom (
input As Stream
) As Mp3StorageFrame
public:
static Mp3StorageFrame^ CreateFrom(
Stream^ input
)
static member CreateFrom :
input : Stream -> Mp3StorageFrame
Parameters
- input
- Type: System.IOStream
input stream
Return Value
Type:
Mp3StorageFrameA valid MP3 frame, or null if none found
See Also