예제 #1
0
        public VTStatus SetProperties(VTPropertyOptions options)
        {
            if (options == null)
            {
                throw new ArgumentNullException("options");
            }

            return(VTSessionSetProperties(handle, options.Dictionary.Handle));
        }
예제 #2
0
        public VTStatus SetProperties(VTPropertyOptions options)
        {
            if (options == null)
                throw new ArgumentNullException ("options");

            return VTSessionSetProperties (handle, options.Dictionary.Handle);
        }