pub trait TrackEventMethods {
    // Required methods
    fn GetTrack(&self) -> Option<VideoTrackOrAudioTrackOrTextTrack>;
    fn IsTrusted(&self) -> bool;
}

Required Methods§

Implementors§