[][src]Enum gstreamer_rtsp::RTSPHeaderField

pub enum RTSPHeaderField {
    Invalid,
    Accept,
    AcceptEncoding,
    AcceptLanguage,
    Allow,
    Authorization,
    Bandwidth,
    Blocksize,
    CacheControl,
    Conference,
    Connection,
    ContentBase,
    ContentEncoding,
    ContentLanguage,
    ContentLength,
    ContentLocation,
    ContentType,
    Cseq,
    Date,
    Expires,
    From,
    IfModifiedSince,
    LastModified,
    ProxyAuthenticate,
    ProxyRequire,
    Public,
    Range,
    Referer,
    Require,
    RetryAfter,
    RtpInfo,
    Scale,
    Session,
    Server,
    Speed,
    Transport,
    Unsupported,
    UserAgent,
    Via,
    WwwAuthenticate,
    ClientChallenge,
    RealChallenge1,
    RealChallenge2,
    RealChallenge3,
    Subscribe,
    Alert,
    ClientId,
    CompanyId,
    Guid,
    RegionData,
    MaxAsmWidth,
    Language,
    PlayerStartTime,
    Location,
    Etag,
    IfMatch,
    AcceptCharset,
    Supported,
    Vary,
    XAccelerateStreaming,
    XAcceptAuthent,
    XAcceptProxyAuthent,
    XBroadcastId,
    XBurstStreaming,
    XNotice,
    XPlayerLagTime,
    XPlaylist,
    XPlaylistChangeNotice,
    XPlaylistGenId,
    XPlaylistSeekId,
    XProxyClientAgent,
    XProxyClientVerb,
    XRecedingPlaylistchange,
    XRtpInfo,
    XStartupprofile,
    Timestamp,
    AuthenticationInfo,
    Host,
    Pragma,
    XServerIpAddress,
    XSessioncookie,
    RtcpInterval,
    Keymgmt,
    PipelinedRequests,
    MediaProperties,
    SeekStyle,
    AcceptRanges,
    Frames,
    RateControl,
    Last,
    // some variants omitted
}

Enumeration of rtsp header fields

Variants

Invalid
Accept
AcceptEncoding
AcceptLanguage
Allow
Authorization
Bandwidth
Blocksize
CacheControl
Conference
Connection
ContentBase
ContentEncoding
ContentLanguage
ContentLength
ContentLocation
ContentType
Cseq
Date
Expires
From
IfModifiedSince
LastModified
ProxyAuthenticate
ProxyRequire
Public
Range
Referer
Require
RetryAfter
RtpInfo
Scale
Session
Server
Speed
Transport
Unsupported
UserAgent
Via
WwwAuthenticate
ClientChallenge
RealChallenge1
RealChallenge2
RealChallenge3
Subscribe
Alert
ClientId
CompanyId
Guid
RegionData
MaxAsmWidth
Language
PlayerStartTime
Location
Etag
IfMatch
AcceptCharset
Supported
Vary
XAccelerateStreaming
XAcceptAuthent
XAcceptProxyAuthent
XBroadcastId
XBurstStreaming
XNotice
XPlayerLagTime
XPlaylist
XPlaylistChangeNotice
XPlaylistGenId
XPlaylistSeekId
XProxyClientAgent
XProxyClientVerb
XRecedingPlaylistchange
XRtpInfo
XStartupprofile
Timestamp
AuthenticationInfo
Host
Pragma
XServerIpAddress
XSessioncookie
RtcpInterval
Keymgmt
PipelinedRequests
MediaProperties
SeekStyle
AcceptRanges
Frames
RateControl
Last

Trait Implementations

impl Clone for RTSPHeaderField[src]

impl Copy for RTSPHeaderField[src]

impl Debug for RTSPHeaderField[src]

impl Eq for RTSPHeaderField[src]

impl<'a> FromValue<'a> for RTSPHeaderField[src]

impl<'a> FromValueOptional<'a> for RTSPHeaderField[src]

impl Hash for RTSPHeaderField[src]

impl Ord for RTSPHeaderField[src]

impl PartialEq<RTSPHeaderField> for RTSPHeaderField[src]

impl PartialOrd<RTSPHeaderField> for RTSPHeaderField[src]

impl SetValue for RTSPHeaderField[src]

impl StaticType for RTSPHeaderField[src]

impl StructuralEq for RTSPHeaderField[src]

impl StructuralPartialEq for RTSPHeaderField[src]

Auto Trait Implementations

impl RefUnwindSafe for RTSPHeaderField

impl Send for RTSPHeaderField

impl Sync for RTSPHeaderField

impl Unpin for RTSPHeaderField

impl UnwindSafe for RTSPHeaderField

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToSendValue for T where
    T: ToValue + SetValue + Send + ?Sized
[src]

impl<T> ToValue for T where
    T: SetValue + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.