예제 #1
0
파일: audio.py 프로젝트: huanxuantian/renpy
    def read_video(self):
        if pcm_ok:
            return renpysound.read_video(self.number)

        return None
예제 #2
0
파일: audio.py 프로젝트: nekopaldee/renpy
    def read_video(self):
        if pcm_ok:
            return renpysound.read_video(self.number)

        return None