Home
last modified time | relevance | path

Searched refs:VideoOrientation (Results 1 – 3 of 3) sorted by relevance

/webrtc/rtp/src/extension/
H A Dmod.rs16 VideoOrientation(video_orientation_extension::VideoOrientationExtension), enumerator
35 VideoOrientation(_) => "urn:3gpp:video-orientation".into(), in uri()
46 (VideoOrientation(_), VideoOrientation(_)) => true, in is_same()
60 VideoOrientation(ext) => ext.marshal_size(), in marshal_size()
73 VideoOrientation(ext) => ext.marshal_to(buf), in marshal_to()
87 VideoOrientation(ext) => f.debug_tuple("VideoOrientation").field(ext).finish(), in fmt()
/webrtc/webrtc/src/track/track_local/
H A Dtrack_local_static_sample.rs274 self.with_extension(HeaderExtension::VideoOrientation(ext)) in with_video_orientation()
/webrtc/webrtc/
H A DCHANGELOG.md72 * Added new extension marshaller/unmarshaller for VideoOrientation, and made marshallers serializab…