예제 #1
0
        public virtual void Send(VideoTrack videoTrack)
        {
            var description = Texture.Description;

            videoTrack.SendVideoFrame(Texture.NativePointer,
                                      0, description.Width, description.Height,
                                      VideoFrameFormat.GpuTextureD3D11);
        }