19 enum class Type :
int {
35 virtual ::webrtc::VideoFrameBuffer::Type type()
const = 0;
38 virtual int width()
const = 0;
41 virtual int height()
const = 0;
44 virtual ::webrtc::scoped_refptr<::webrtc::I420BufferInterface> ToI420() = 0;
47 virtual ::webrtc::I420BufferInterface
const* GetI420()
const;
50 virtual ::webrtc::scoped_refptr<::webrtc::VideoFrameBuffer> CropAndScale(
int,
int,
int,
int,
int,
int);
53 virtual ::webrtc::scoped_refptr<::webrtc::VideoFrameBuffer>