Uses of Class
dev.onvoid.webrtc.media.FourCC
-
Packages that use FourCC Package Description dev.onvoid.webrtc.media dev.onvoid.webrtc.media.video -
-
Uses of FourCC in dev.onvoid.webrtc.media
Methods in dev.onvoid.webrtc.media that return FourCC Modifier and Type Method Description static FourCCFourCC. valueOf(String name)Returns the enum constant of this type with the specified name.static FourCC[]FourCC. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FourCC in dev.onvoid.webrtc.media.video
Methods in dev.onvoid.webrtc.media.video with parameters of type FourCC Modifier and Type Method Description static voidVideoBufferConverter. convertFromI420(VideoFrameBuffer src, byte[] dst, FourCC fourCC)static voidVideoBufferConverter. convertFromI420(VideoFrameBuffer src, ByteBuffer dst, FourCC fourCC)
-