Mp3Frame(Stream) Constructor |
Initializes a new instance of the
Mp3Frame class
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
Syntaxpublic Mp3Frame(
Stream input
)
Public Sub New (
input As Stream
)
public:
Mp3Frame(
Stream^ input
)
new :
input : Stream -> Mp3FrameParameters
- input Stream
-
See Also