AVIWriterInit Method (String) |
Initializes AVI class and creates filename for further processing.
Needs to be called before adding the tracks.
Namespace: StreamCoders.ContainerAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public virtual bool Init(
string filename
)
Public Overridable Function Init (
filename As String
) As Boolean
public:
virtual bool Init(
String^ filename
)
abstract Init :
filename : string -> bool
override Init :
filename : string -> bool
Parameters
- filename
- Type: SystemString
[in,out] If non-null, filename of the file.
Return Value
Type:
Boolean
Returns true on success, otherwise false.
Implements
IWriterInit(String)See Also