Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class VideoStreamHevc

    Inheritance
    System.Object
    StreamBase
    VideoStream
    VideoStreamHevc
    Implements
    System.ICloneable
    Inherited Members
    VideoStream.CodecName
    VideoStream.VideoCodec
    VideoStream.ExtendedVideoType
    VideoStream.ExtendedVideoSubtype
    VideoStream.ColorTransfer
    VideoStream.ColorPrimaries
    VideoStream.ColorSpace
    VideoStream.VideoRange
    VideoStream.PixelFormat
    VideoStream.IsInterlaced
    VideoStream.BitRate
    VideoStream.BitsPerPixel
    VideoStream.BitDepth
    VideoStream.RefFrames
    VideoStream.Rotation
    VideoStream.VideoSize
    VideoStream.AverageFrameRate
    VideoStream.RealFrameRate
    VideoStream.AspectRatio
    VideoStream.SampleAspectRatio
    VideoStream.Profile
    VideoStream.Level
    VideoStream.IsAnamorphic
    VideoStream.GetShortDescriptionBits()
    VideoStream.ToString()
    StreamBase.Index
    StreamBase.Id
    StreamBase.StreamType
    StreamBase.CodecTag
    StreamBase.Pid
    StreamBase.CodecTimeBase
    StreamBase.TimeBase
    StreamBase.StartTime
    StreamBase.Duration
    StreamBase.StartPts
    StreamBase.DurationTs
    StreamBase.IsDefault
    StreamBase.IsForced
    StreamBase.IsHearingImpaired
    StreamBase.Title
    StreamBase.DisplayTitle
    StreamBase.Language
    StreamBase.Comment
    StreamBase.AllTags
    StreamBase.SideDataJson
    StreamBase.ParsingErrors
    StreamBase.IsExternal
    StreamBase.OriginalStream
    StreamBase.GetShortDescription()
    StreamBase.Clone()
    Namespace: Emby.Media.Model.Streams
    Assembly: Emby.Media.Model.dll
    Syntax
    public class VideoStreamHevc : VideoStream, ICloneable

    Constructors

    VideoStreamHevc()

    Initializes a new instance of the VideoStreamHevc class.

    Declaration
    public VideoStreamHevc()

    VideoStreamHevc(VideoStream)

    Initializes a new instance of the VideoStreamHevc class.

    Declaration
    public VideoStreamHevc(VideoStream source)
    Parameters
    Type Name Description
    VideoStream source

    The source.

    Remarks

    Copy constructor.

    VideoStreamHevc(MediaStream)

    Initializes a new instance of the VideoStreamHevc class.

    Declaration
    public VideoStreamHevc(MediaStream originalStream)
    Parameters
    Type Name Description
    MediaStream originalStream

    The original stream.

    Properties

    HevcLevel

    Gets or sets the HEVC level.

    Declaration
    public HevcLevels? HevcLevel { get; set; }
    Property Value
    Type Description
    System.Nullable<HevcLevels>

    The HEVC level.

    HevcProfile

    Gets or sets the HEVC profile.

    Declaration
    public HevcProfiles? HevcProfile { get; set; }
    Property Value
    Type Description
    System.Nullable<HevcProfiles>

    The HEVC profile.

    Methods

    CloneCore()

    Declaration
    protected override StreamBase CloneCore()
    Returns
    Type Description
    StreamBase
    Overrides
    VideoStream.CloneCore()

    Implements

    System.ICloneable

    Extension Methods

    StreamBaseToMediaStream.AsMediaStream(StreamBase)
    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.