Home
last modified time | relevance | path

Searched defs:VideoStreamInfo (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/Interface/
H A DStreamInfo.h57 struct VideoStreamInfo : StreamInfo struct
59 float videoAspectRatio = 0.0f;
60 int height = 0;
61 int width = 0;
62 CRect SrcRect;
63 CRect DestRect;
64 CRect VideoRect;
65 std::string stereoMode;
66 int angles = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/fuchsia/cast_streaming/public/
H A Dcast_streaming_session.h46 using VideoStreamInfo = StreamInfo<media::VideoDecoderConfig>; variable
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/tgcalls/tgcalls/group/
H A DVideoStreamingPart.cpp178 struct VideoStreamInfo { struct
179 std::string container;
180 int32_t activeMask = 0;
181 std::vector<VideoStreamEvent> events;
/dports/multimedia/gstreamer1-qt/qt-gstreamer-1.2.0/tests/auto/
H A Ddiscoverertest.cpp236 class VideoStreamInfo : public StreamInfo class
239 VideoStreamInfo(const QString &caps, CapsMode capsMode = AutoCaps) in VideoStreamInfo() function in VideoStreamInfo
/dports/security/vault/vault-1.8.2/vendor/github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cme/v20191029/
H A Dmodels.go4002 type VideoStreamInfo struct { struct
4005 Bitrate *uint64 `json:"Bitrate,omitempty" name:"Bitrate"`
4008 Height *uint64 `json:"Height,omitempty" name:"Height"`
4011 Width *uint64 `json:"Width,omitempty" name:"Width"`
4014 Codec *string `json:"Codec,omitempty" name:"Codec"`
4017 Fps *uint64 `json:"Fps,omitempty" name:"Fps"`
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cme/v20191029/
H A Dmodels.go4242 type VideoStreamInfo struct { struct
4245 Bitrate *uint64 `json:"Bitrate,omitempty" name:"Bitrate"`
4248 Height *uint64 `json:"Height,omitempty" name:"Height"`
4251 Width *uint64 `json:"Width,omitempty" name:"Width"`
4254 Codec *string `json:"Codec,omitempty" name:"Codec"`
4257 Fps *uint64 `json:"Fps,omitempty" name:"Fps"`
/dports/sysutils/terraform/tencentcloud-sdk-go-1.0.233/tencentcloud/cme/v20191029/
H A Dmodels.go4242 type VideoStreamInfo struct { struct
4245 Bitrate *uint64 `json:"Bitrate,omitempty" name:"Bitrate"`
4248 Height *uint64 `json:"Height,omitempty" name:"Height"`
4251 Width *uint64 `json:"Width,omitempty" name:"Width"`
4254 Codec *string `json:"Codec,omitempty" name:"Codec"`
4257 Fps *uint64 `json:"Fps,omitempty" name:"Fps"`
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/core/umc/include/
H A Dumc_structures.h595 } VideoStreamInfo; typedef