MediaFileDecoder.FileLengthGet method |
|
Remarks
Obtains the length of the decoded media file.
For details about management of media files decoding, refer to the How to decode media files tutorial.
Syntax
[Visual Basic] Public Function FileLengthGet ( ByRef nLength as Int64 ) as Int32 |
[C#] public Int32 FileLengthGet ( ref Int64 nLength ); |
[C++] public: Int32 FileLengthGet ( Int64 __gc *nLength ); |
Parameter |
Description |
|
|
nLength |
Reference that, on return from the method call, will contain the length in bytes of the decoded media file. |
Return value
Value |
Meaning |
|
|
enumErrorCodes.NOERROR (0) |
The method call successful. |
Negative value |
An error occurred: see the LastError property for further error details or for a list of the possible error values. |