20 enum class Type :
int {
35 virtual ::webrtc::VideoFrameBuffer::Type type()
const = 0;
37 virtual int width()
const = 0;
39 virtual int height()
const = 0;
41 virtual ::webrtc::scoped_refptr<::webrtc::I420BufferInterface> ToI420() = 0;
43 virtual ::webrtc::I420BufferInterface
const* GetI420()
const;
45 virtual ::webrtc::scoped_refptr<::webrtc::VideoFrameBuffer>
46 CropAndScale(
int offset_x,
int offset_y,
int crop_width,
int crop_height,
int scaled_width,
int scaled_height);
48 virtual ::webrtc::scoped_refptr<::webrtc::VideoFrameBuffer>
51 virtual ::std::string storage_representation()
const;
59 MCNAPI ::webrtc::scoped_refptr<::webrtc::VideoFrameBuffer>
60 $CropAndScale(
int offset_x,
int offset_y,
int crop_width,
int crop_height,
int scaled_width,
int scaled_height);
62 MCNAPI ::webrtc::scoped_refptr<::webrtc::VideoFrameBuffer>
MCAPI ::webrtc::scoped_refptr<::webrtc::VideoFrameBuffer > $CropAndScale(int offset_x, int offset_y, int crop_width, int crop_height, int scaled_width, int scaled_height)