예제 #1
0
    public int _GetFileID(byte[] fileKey)
    {
        if (!ApolloVoice_lib.bInit)
        {
            return(4);
        }
        int nSize = fileKey.Length;

        return(ApolloVoice_lib.ApolloVoiceGetFileID(fileKey, nSize));
    }