WaveWriterInit Method (String) |
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool Init(
string filename
)
Public Function Init (
filename As String
) As Boolean
public:
virtual bool Init(
String^ filename
) sealed
abstract Init :
filename : string -> bool
override Init :
filename : string -> bool
Parameters
- filename
- Type: SystemString
Return Value
Type:
BooleanImplements
IWriterInit(String)
See Also