Mp3Frame(Stream, Boolean) 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,
bool readData
)
Public Sub New (
input As Stream,
readData As Boolean
)
public:
Mp3Frame(
Stream^ input,
bool readData
)
new :
input : Stream *
readData : bool -> Mp3FrameParameters
- input Stream
-
- readData Boolean
-
See Also