コード例 #1
0
        public WeVideoMaterial(string filePath, string title, string introduction)
        {
            TkDebug.AssertArgumentNullOrEmpty(filePath, "filePath", null);
            TkDebug.AssertArgumentNullOrEmpty(title, "title", null);

            fMedia = filePath;
            fDesc = new WeVideoDescription(title, introduction);
        }
コード例 #2
0
ファイル: WeVideoMaterial.cs プロジェクト: hkmujj/zllinmitu
        public WeVideoMaterial(string filePath, string title, string introduction)
        {
            TkDebug.AssertArgumentNullOrEmpty(filePath, "filePath", null);
            TkDebug.AssertArgumentNullOrEmpty(title, "title", null);

            fMedia = filePath;
            fDesc  = new WeVideoDescription(title, introduction);
        }