MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / getStreamType

Function getStreamType

libhb/sync.c:1857–1870  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1855}
1856
1857static const char * getStreamType( sync_stream_t * stream )
1858{
1859 switch (stream->type)
1860 {
1861 case SYNC_TYPE_VIDEO:
1862 return "Video";
1863 case SYNC_TYPE_AUDIO:
1864 return "Audio";
1865 case SYNC_TYPE_SUBTITLE:
1866 return "Subtitle";
1867 default:
1868 return "Unknown";
1869 }
1870}
1871
1872static int getStreamId( sync_stream_t * stream )
1873{

Callers 2

UpdateSCRFunction · 0.85
QueueBufferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected